Searched refs:SDL_HINT_RENDER_VSYNC (Results 1 – 3 of 3) sorted by relevance
154 #define SDL_HINT_RENDER_VSYNC "SDL_RENDER_VSYNC" macro
27 SDL_HINT_RENDER_VSYNC,
789 if (SDL_GetHint(SDL_HINT_RENDER_VSYNC)) { in SDL_CreateRenderer()790 if (SDL_GetHintBoolean(SDL_HINT_RENDER_VSYNC, SDL_TRUE)) { in SDL_CreateRenderer()
Completed in 11 milliseconds