> ## Documentation Index
> Fetch the complete documentation index at: https://docs.projectreal.gg/llms.txt
> Use this file to discover all available pages before exploring further.

# imgui.setvsync

> ImGui renderer の vertical synchronization preference を更新します。現在の presentation path はこの preference を保存しますが、適用しません。

<div className="real-function-page">
  ```lua theme={null}
  imgui.setvsync(enabled: boolean)
  ```

  ## 引数

  <ParamField path={"enabled"} type={"boolean"} required>
    vertical synchronization を要求するには `true`、uncapped presentation を要求するには `false`。
  </ParamField>
</div>
