EGL_OPENGL_ES_BIT->EGL_OPENGL_ES2_BIT

This commit is contained in:
dec05eba
2025-06-16 20:57:59 +02:00
parent 630c504241
commit bc58e382b7
5 changed files with 6 additions and 3 deletions

View File

@@ -48,6 +48,7 @@ typedef void(*__GLXextFuncPtr)(void);
#define EGL_OPENGL_ES_API 0x30A0
#define EGL_OPENGL_BIT 0x0008
#define EGL_OPENGL_ES_BIT 0x0001
#define EGL_OPENGL_ES2_BIT 0x0004
#define EGL_NONE 0x3038
#define EGL_CONTEXT_CLIENT_VERSION 0x3098
#define EGL_BACK_BUFFER 0x3084