X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Fopengl.h;h=29bfdf9db4acab00b7681ad22730476e855ef0d3;hb=fa2f2d8bd43a7007e0b66aaa07a5f5aa5e088a08;hp=9acd5617547fdcce43c6d360dff7cf3dc20d59b2;hpb=84320a4b92c1922cd40bd7ce3d942d19cc704bd2;p=vrfileman diff --git a/src/opengl.h b/src/opengl.h index 9acd561..29bfdf9 100644 --- a/src/opengl.h +++ b/src/opengl.h @@ -52,6 +52,16 @@ #define GL_DEPTH24_STENCIL8 GL_DEPTH24_STENCIL8_OES #endif +struct GLCaps { + int shaders; + int fsaa; + int fbo; + int shadow; + int max_aniso; +}; +extern struct GLCaps glcaps; + + #ifdef __cplusplus extern "C" { #endif