From 40034cbc2561bd7b6ab2dedb9e7a928e2d0965c7 Mon Sep 17 00:00:00 2001 From: Andre Weissflog Date: Tue, 11 May 2021 20:27:14 +0200 Subject: sokol_gfx win32: add GL_MAX_VERTEX_UNIFORM_VECTORS to GL loader --- sokol_gfx.h | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3