doing stuff
[ld42_outofspace] / src / opengl.h
index 80e4875..397cd38 100644 (file)
@@ -5,6 +5,7 @@
 
 struct GLCaps {
        int debug;      /* ARB_debug_output */
+       int max_aniso;
 };
 
 extern struct GLCaps glcaps;