logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

SDL_GLContextFlag - Possible flags to be set for the SDL_GL_CONTEXT_FLAGS attribute.

Availability

       This datatype is available since SDL 3.2.0.

Simple Directmedia Layer                           SDL 3.2.20                           SDL_GLContextFlag(3type)

Name

       SDL_GLContextFlag - Possible flags to be set for the SDL_GL_CONTEXT_FLAGS attribute.

Synopsis

#include<SDL3/SDL_video.h>typedefUint32SDL_GLContextFlag;#defineSDL_GL_CONTEXT_DEBUG_FLAG0x0001#defineSDL_GL_CONTEXT_FORWARD_COMPATIBLE_FLAG0x0002#defineSDL_GL_CONTEXT_ROBUST_ACCESS_FLAG0x0004#defineSDL_GL_CONTEXT_RESET_ISOLATION_FLAG0x0008

See Also