ARB, not EXT.

master
Camilla Berglund ago%!(EXTRA string=15 years)
parent c40f0e2c36
commit c541457617
  1. 2
      src/win32/platform.h

@ -232,7 +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;
GLboolean has_WGL_ARB_create_context_robustness;
} _GLFWcontextWGL;

Loading…
Cancel
Save