X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Fopengl.h;h=b338cd9c8abf0ef7e64a32bcb148b3199c9911db;hb=9c69092980779dfe502be9c85ce3ae85712fc866;hp=397cd382bfcf3245dae8e3df7c8d499265176507;hpb=b8200afc389ccca3e86463eb48c0563c0e093552;p=ld42_outofspace 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;