table of contents
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 3.2.14 | Simple Directmedia Layer |