SDL_GLContextResetNotification - Possible values to be set SDL_GL_CONTEXT_RESET_NOTIFICATION attribute.
Contents
Availability
This datatype is available since SDL 3.2.0.
Simple Directmedia Layer SDL 3.2.20 SDL_GLContextResetNotification(3type)
Name
SDL_GLContextResetNotification - Possible values to be set SDL_GL_CONTEXT_RESET_NOTIFICATION attribute.
Synopsis
#include<SDL3/SDL_video.h>typedefUint32SDL_GLContextResetNotification;#defineSDL_GL_CONTEXT_RESET_NO_NOTIFICATION0x0000#defineSDL_GL_CONTEXT_RESET_LOSE_CONTEXT0x0001
