]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - glquake.h
added indirection cube map for shadowmapping and revised filtering modes
[xonotic/darkplaces.git] / glquake.h
index c86506086a855900a312373aad3d23c674111eb2..fb7a833548131ea2e19b08b570d57f9c44e69645 100644 (file)
--- a/glquake.h
+++ b/glquake.h
@@ -949,6 +949,10 @@ extern void (GLAPIENTRY *qglGetQueryObjectuivARB)(GLuint qid, GLenum pname, GLui
 // GL_EXT_bgra
 #define GL_BGRA                                        0x80E1
 
+// GL_EXT_texture
+#define GL_LUMINANCE_ALPHA                0x190A
+#define GL_LUMINANCE16_ALPHA16            0x8048
+
 #define DEBUGGL
 
 #ifdef DEBUGGL