Skip to main content

SDL_GLContext

Type Alias SDL_GLContext 

Source
pub type SDL_GLContext = *mut SDL_GLContextState;
Expand description

An opaque handle to an OpenGL context.

Available Since: This datatype is available since SDL 3.2.0.

See Also: SDL_GL_CreateContext See Also: SDL_GL_SetAttribute See Also: SDL_GL_MakeCurrent See Also: SDL_GL_DestroyContext