]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - glquake.h
menu.c - changed M_DrawSlider to take a value and a min/max range, now prints the...
[xonotic/darkplaces.git] / glquake.h
index ee2fb7a9b3f3c139019090ae64d38994ed06a517..4ad25be5a33790204466ef49fc5efc45707b9e64 100644 (file)
--- a/glquake.h
+++ b/glquake.h
@@ -348,6 +348,12 @@ extern int gl_dot3ext;
 #define GL_SCISSOR_BOX                         0x0C10
 #endif
 
+// GL_SGIS_texture_edge_clamp or GL_EXT_texture_edge_clamp
+extern int gl_support_clamptoedge;
+#ifndef GL_CLAMP_TO_EDGE
+#define GL_CLAMP_TO_EDGE 0x812F
+#endif
+
 extern void (GLAPIENTRY *qglScissor)(GLint x, GLint y, GLsizei width, GLsizei height);
 
 extern void (GLAPIENTRY *qglClearColor)(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);