Wiki Page Content

Revision 4 as of 2011-12-31 05:20:09

Clear message

SDL_HINT_RENDER_VSYNC

A hint that specifies whether sync to vertical refresh is enabled or disabled in SDL_CreateRenderer() to avoid tearing.

Values

0

disable vsync

1

enable vsync

Default

By default SDL uses the SDL_RENDERER_PRESENTVSYNC flag passed into SDL_CreateRenderer().

Code Examples

You can add your code example here

Remarks

You can add useful comments here


CategoryDefine, CategoryHints

(Page Info.)
Feedback
Please include your contact information if you'd like to receive a reply.
Submit