diff options
| author | Andre Weissflog <floooh@gmail.com> | 2019-08-29 17:45:54 +0200 |
|---|---|---|
| committer | Andre Weissflog <floooh@gmail.com> | 2019-08-29 17:45:54 +0200 |
| commit | 88551450b857d77f3b636a7e06968b0274a817ff (patch) | |
| tree | f2ad04396109ec960e6b4b9c73bab9ee477acea3 /sokol_app.h | |
| parent | 7ff472a74de27d51605e3985b4d5a700543323e3 (diff) | |
sokol_app.h: add GL_MAX_VERTEX_ATTRIBS define to Windows GL loader
Diffstat (limited to 'sokol_app.h')
| -rw-r--r-- | sokol_app.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sokol_app.h b/sokol_app.h index d196c1dc..f33db9b1 100644 --- a/sokol_app.h +++ b/sokol_app.h @@ -3110,6 +3110,7 @@ typedef int GLint; #define GL_MAX_CUBE_MAP_TEXTURE_SIZE 0x851C #define GL_MAX_3D_TEXTURE_SIZE 0x8073 #define GL_MAX_ARRAY_TEXTURE_LAYERS 0x88FF +#define GL_MAX_VERTEX_ATTRIBS 0x8869 typedef void (GL_APIENTRY *PFN_glBindVertexArray)(GLuint array); static PFN_glBindVertexArray _sapp_glBindVertexArray; |