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_GLContextResetNotification - Possible values to be set SDL_GL_CONTEXT_RESET_NOTIFICATION attribute.

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

See Also