]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - vid.h
Add gl_debug cvar, if enabled the GL context will have GL_ARB_debug_output enabled...
[xonotic/darkplaces.git] / vid.h
diff --git a/vid.h b/vid.h
index e1b14ef1b9956438a8c5e56831ee4a3a5199638b..ac3e17f54a9c7e98dcb57edab31f574060683f8e 100644 (file)
--- a/vid.h
+++ b/vid.h
@@ -56,6 +56,7 @@ typedef struct viddef_support_s
        qboolean arb_half_float_pixel;
        qboolean arb_half_float_vertex;
        qboolean arb_multisample;
        qboolean arb_half_float_pixel;
        qboolean arb_half_float_vertex;
        qboolean arb_multisample;
+       qboolean arb_debug_output;
 }
 viddef_support_t;
 
 }
 viddef_support_t;