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