diff options
| -rw-r--r-- | sokol_gfx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sokol_gfx.h b/sokol_gfx.h index 80a7b537..fa6b6a65 100644 --- a/sokol_gfx.h +++ b/sokol_gfx.h @@ -2832,6 +2832,7 @@ inline int sg_append_buffer(sg_buffer buf_id, const sg_range& data) { return sg_ #define GL_CLAMP_TO_BORDER 0x812D #define GL_TEXTURE_BORDER_COLOR 0x1004 #define GL_CURRENT_PROGRAM 0x8B8D + #define GL_MAX_VERTEX_UNIFORM_VECTORS 0x8DFB #endif #ifndef GL_UNSIGNED_INT_2_10_10_10_REV |