mirror of
https://github.com/yawut/SDL.git
synced 2026-08-11 03:25:32 -05:00
Implemented bug #5
Added SDL_GL_ACCELERATED_VISUAL to guarantee hardware acceleration.
This commit is contained in:
@@ -214,6 +214,7 @@ typedef enum {
|
||||
SDL_GL_STEREO,
|
||||
SDL_GL_MULTISAMPLEBUFFERS,
|
||||
SDL_GL_MULTISAMPLESAMPLES,
|
||||
SDL_GL_ACCELERATED_VISUAL,
|
||||
SDL_GL_SWAP_CONTROL
|
||||
} SDL_GLattr;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user