X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=ld42_outofspace;a=blobdiff_plain;f=src%2Fopengl.h;h=b338cd9c8abf0ef7e64a32bcb148b3199c9911db;hp=397cd382bfcf3245dae8e3df7c8d499265176507;hb=refs%2Fheads%2Fmaster;hpb=b8200afc389ccca3e86463eb48c0563c0e093552 diff --git a/src/opengl.h b/src/opengl.h index 397cd38..b338cd9 100644 --- a/src/opengl.h +++ b/src/opengl.h @@ -6,6 +6,7 @@ struct GLCaps { int debug; /* ARB_debug_output */ int max_aniso; + int max_tess_level; }; extern struct GLCaps glcaps;