From 67a8d026aa5aef062dae654d418c3cd09417c0c1 Mon Sep 17 00:00:00 2001 From: TheBrokenRail Date: Tue, 26 Dec 2023 01:59:42 -0500 Subject: [PATCH] Add Constant --- include/GLES/gl.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/GLES/gl.h b/include/GLES/gl.h index 3a5ee35..b285e6a 100644 --- a/include/GLES/gl.h +++ b/include/GLES/gl.h @@ -97,6 +97,7 @@ extern "C" { #define GL_NONE 0 #define GL_LINE_SMOOTH 0xb20 #define GL_SMOOTH_LINE_WIDTH_RANGE 0xb22 +#define GL_ALIASED_LINE_WIDTH_RANGE 0x846e typedef float GLfloat; typedef float GLclampf;