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

> Обновляет vertical synchronization preference для ImGui renderer. Текущий presentation path сохраняет эту preference, но не применяет ее.

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

  ## Аргументы

  <ParamField path={"enabled"} type={"boolean"} required>
    `true`, чтобы запросить vertical synchronization; `false`, чтобы запросить uncapped presentation.
  </ParamField>
</div>
