table of contents
other versions
- Tumbleweed 3.4.0-1.1
- Leap-16.0
| SDL_GLContext(3type) | SDL3 DATATYPES | SDL_GLContext(3type) |
NAME¶
SDL_GLContext - An opaque handle to an OpenGL context.
SYNOPSIS¶
#include <SDL3/SDL_video.h>
typedef struct SDL_GLContextState *SDL_GLContext;
AVAILABILITY¶
This datatype is available since SDL 3.2.0.
SEE ALSO¶
SDL_GL_CreateContext(3), SDL_GL_SetAttribute(3), SDL_GL_MakeCurrent(3), SDL_GL_DestroyContext(3)
| SDL 3.4.0 | Simple Directmedia Layer |