X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=ld42_outofspace;a=blobdiff_plain;f=src%2Fopengl.h;h=b338cd9c8abf0ef7e64a32bcb148b3199c9911db;hp=80e487554d6f3f65ec9db15e028bc8e14db879e9;hb=066942396f5fbac07e608bc5b23bb6d3cdccc42a;hpb=6206d87eb7b24c04c5675404bdb13e9ace86f2fe diff --git a/src/opengl.h b/src/opengl.h index 80e4875..b338cd9 100644 --- a/src/opengl.h +++ b/src/opengl.h @@ -5,6 +5,8 @@ struct GLCaps { int debug; /* ARB_debug_output */ + int max_aniso; + int max_tess_level; }; extern struct GLCaps glcaps;