]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - glquake.h
New MCBSP format, used for my mod. It differs from bsp 29 in that it stores coloured...
[xonotic/darkplaces.git] / glquake.h
index 12cc11658e7f619bbb60b25295e29be43616d8a9..20f2b6d05b3015a07330f307b799d8bb5e36f807 100644 (file)
--- a/glquake.h
+++ b/glquake.h
@@ -676,6 +676,10 @@ extern int gl_support_shading_language_100;
 // GL_EXT_bgra
 #define GL_BGRA                                        0x80E1
 
+// GL_NV_half_float
+extern int gl_support_half_float;
+// note: this extension has GL_HALF stuff for feeding half floats but I don't use that
+
 #define DEBUGGL
 
 #ifdef DEBUGGL