X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=vrfileman;a=blobdiff_plain;f=src%2Fopengl.h;h=29bfdf9db4acab00b7681ad22730476e855ef0d3;hp=9acd5617547fdcce43c6d360dff7cf3dc20d59b2;hb=cb2703917746784c4ea3408a049ff4297dfc268e;hpb=b4582685152d23c4c3b6c7ead4d651c4df06eb01 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