From 00a36cf3e81dfd34e2213852bf833291c261958f Mon Sep 17 00:00:00 2001 From: jdah <20308439+jdah@users.noreply.github.com> Date: Fri, 7 Feb 2025 11:38:40 +0100 Subject: added GL_MIN, GL_MAX constants --- sokol_gfx.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sokol_gfx.h b/sokol_gfx.h index 051d17ef..ce698a95 100644 --- a/sokol_gfx.h +++ b/sokol_gfx.h @@ -4959,6 +4959,8 @@ inline int sg_append_buffer(sg_buffer buf_id, const sg_range& data) { return sg_ #define GL_MINOR_VERSION 0x821C #define GL_TEXTURE_2D_MULTISAMPLE 0x9100 #define GL_TEXTURE_2D_MULTISAMPLE_ARRAY 0x9102 + #define GL_MIN 0x8007 + #define GL_MAX 0x8008 #endif #ifndef GL_UNSIGNED_INT_2_10_10_10_REV -- cgit v1.2.3