|
⇤ ← Revision 1 as of 2013-07-14 13:41:44
Size: 1027
Comment: Created page.
|
Size: 1048
Comment: Added page to catgeory.
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 40: | Line 40: |
| ---- CategoryVideo |
DRAFT |
SDL_GLcontextFlag
An enumeration of OpenGL context configuration flags.
Values
SDL_GL_CONTEXT_DEBUG_FLAG |
enable debugging |
SDL_GL_CONTEXT_FORWARD_COMPATIBLE_FLAG |
forward compatible OpenGL context |
SDL_GL_CONTEXT_ROBUST_ACCESS_FLAG |
(not sure what this does) |
SDL_GL_CONTEXT_RESET_ISOLATION_FLAG |
(not sure what this does) |
Code Examples
SDL_GL_SetAttribute(SDL_GL_CONTEXT_FLAGS, SDL_GL_CONTEXT_DEBUG_FLAG);
Remarks
This enumeration is used in conjunction with SDL_GL_SetAttribute and SDL_GL_CONTEXT_FLAGS. Multiple flags can be OR'd together.
Related Enumerations
