Searched refs:SDL_HINT_RENDER_BATCHING (Results 1 – 2 of 2) sorted by relevance
1235 #define SDL_HINT_RENDER_BATCHING "SDL_RENDER_BATCHING" macro
852 } else if (SDL_GetHint(SDL_HINT_RENDER_BATCHING)) { in SDL_CreateRenderer()853 batching = SDL_GetHintBoolean(SDL_HINT_RENDER_BATCHING, SDL_TRUE); in SDL_CreateRenderer()
Completed in 13 milliseconds