summaryrefslogtreecommitdiffstats
path: root/third_party/mesa/MesaLib/include/GL/glext.h
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/mesa/MesaLib/include/GL/glext.h')
-rw-r--r--third_party/mesa/MesaLib/include/GL/glext.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/third_party/mesa/MesaLib/include/GL/glext.h b/third_party/mesa/MesaLib/include/GL/glext.h
index 653e4fd..e571ef9 100644
--- a/third_party/mesa/MesaLib/include/GL/glext.h
+++ b/third_party/mesa/MesaLib/include/GL/glext.h
@@ -5027,6 +5027,12 @@ extern "C" {
#define GL_GPU_MEMORY_INFO_EVICTED_MEMORY_NVX 0x904B
#endif
+#ifndef GL_EXT_discard_framebuffer
+#define GL_COLOR_EXT 0x1800
+#define GL_DEPTH_EXT 0x1801
+#define GL_STENCIL_EXT 0x1802
+#endif
+
/*************************************************************/
#include <stddef.h>