mirror of
https://github.com/glfw/glfw.git
synced 2025-04-10 07:19:16 +00:00
Added missing member.
This commit is contained in:
parent
222f1d5600
commit
c40f0e2c36
1 changed files with 1 additions and 0 deletions
|
@ -232,6 +232,7 @@ typedef struct _GLFWcontextWGL
|
|||
GLboolean has_WGL_ARB_create_context;
|
||||
GLboolean has_WGL_ARB_create_context_profile;
|
||||
GLboolean has_WGL_EXT_create_context_es2_profile;
|
||||
GLboolean has_WGL_EXT_create_context_robustness;
|
||||
} _GLFWcontextWGL;
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue