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

> Aktualizuje vertical synchronization preference dla ImGui renderer. Aktualny presentation path zapisuje te preference, ale jej nie stosuje.

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

  ## Argumenty

  <ParamField path={"enabled"} type={"boolean"} required>
    `true`, aby zadac vertical synchronization; `false`, aby zadac uncapped presentation.
  </ParamField>
</div>
