]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - glquake.h
added support for GL_EXT_packed_depth_stencil, this means that r_viewfbo
[xonotic/darkplaces.git] / glquake.h
index d09554a2626d77ea570e51cb3510178bd0645f6f..ba27242ed117026117cce1f889de3d69135c7560 100644 (file)
--- a/glquake.h
+++ b/glquake.h
@@ -1018,6 +1018,12 @@ extern void (GLAPIENTRY *qglGetQueryObjectuivARB)(GLuint qid, GLenum pname, GLui
 extern void (GLAPIENTRY *qglSampleCoverageARB)(GLclampf value, GLboolean invert);
 
 extern void (GLAPIENTRY *qglPointSize)(GLfloat size);
+
+//GL_EXT_packed_depth_stencil
+#define GL_DEPTH_STENCIL_EXT            0x84F9
+#define GL_UNSIGNED_INT_24_8_EXT        0x84FA
+#define GL_DEPTH24_STENCIL8_EXT         0x88F0
+
 #endif
 
 #define DEBUGGL