> ## 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>
