Wiki Page Content

Revision 1 as of 2011-02-26 01:43:55

Clear message

DRAFT

SDL_HINT_RENDER_VSYNC

A hint that specifies a variable controlling whether updates to the SDL 1.2 screen surface should be synchronized with the vertical refresh, to avoid tearing.

Values

0

disable vsync

1

enable vsync

Default

By default SDL does not sync screen surface updates with vertical refresh.

Code Examples

You can add your code example here

Remarks

You can add useful comments here

green


CategoryDefine, CategoryHints

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