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