Added SDL_GL_RETAINED_BACKING attribute to SDL_GLattr
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403200
This commit is contained in:
parent
435f8a3a56
commit
1051156e2b
1 changed files with 2 additions and 1 deletions
|
@ -268,7 +268,8 @@ typedef enum
|
|||
SDL_GL_STEREO,
|
||||
SDL_GL_MULTISAMPLEBUFFERS,
|
||||
SDL_GL_MULTISAMPLESAMPLES,
|
||||
SDL_GL_ACCELERATED_VISUAL
|
||||
SDL_GL_ACCELERATED_VISUAL,
|
||||
SDL_GL_RETAINED_BACKING
|
||||
} SDL_GLattr;
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue