Wiki Page Content

Revision 2 as of 2013-07-18 09:57:03

Clear message

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.


CategoryEnum, CategoryVideo


CategoryVideo

(Page Info.)
Feedback
Please include your contact information if you'd like to receive a reply.
Submit