]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - glquake.h
removed \n from all Host_Error, Sys_Error, PRVM_ERROR, PF_ERROR calls, since Host_Err...
[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