mirror of
https://github.com/glfw/glfw.git
synced 2026-09-18 22:55:46 +00:00
Added support for OpenGL ES 2.0.
This commit is contained in:
@@ -110,6 +110,7 @@ typedef struct _GLFWcontextGLX
|
||||
GLboolean has_GLX_ARB_multisample;
|
||||
GLboolean has_GLX_ARB_create_context;
|
||||
GLboolean has_GLX_ARB_create_context_profile;
|
||||
GLboolean has_GLX_EXT_create_context_es2_profile;
|
||||
} _GLFWcontextGLX;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user