RendererInfo.presentVSync

Sets whether the dsdl2.RendererInfo has SDL_RENDERER_PRESENTVSYNC flag

  1. bool presentVSync()
  2. void presentVSync(bool value)
    struct RendererInfo
    @property
    void
    presentVSync
    (
    bool value
    )

Parameters

value bool

true to set SDL_RENDERER_PRESENTVSYNC flag; false to unset it

Meta