Added SDL_GL_STEREO for stereoscopic OpenGL contexts
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40451
This commit is contained in:
parent
79fc29317c
commit
a05e8ec098
8 changed files with 51 additions and 18 deletions
|
@ -215,7 +215,8 @@ typedef enum {
|
|||
SDL_GL_ACCUM_RED_SIZE,
|
||||
SDL_GL_ACCUM_GREEN_SIZE,
|
||||
SDL_GL_ACCUM_BLUE_SIZE,
|
||||
SDL_GL_ACCUM_ALPHA_SIZE
|
||||
SDL_GL_ACCUM_ALPHA_SIZE,
|
||||
SDL_GL_STEREO
|
||||
} SDL_GLattr;
|
||||
|
||||
/* flags for SDL_SetPalette() */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue