Implemented bug #5
Added SDL_GL_ACCELERATED_VISUAL to guarantee hardware acceleration. --HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401672
This commit is contained in:
parent
b32d3f9c24
commit
37adc6aae8
9 changed files with 125 additions and 10 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue