]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - vid.h
check rsurface.texture->backgroundglowtexture as well when deciding
[xonotic/darkplaces.git] / vid.h
diff --git a/vid.h b/vid.h
index 0bca4c0ad0eafec5a409135b5ec4245f03fd94b1..21b8266e8dfed1f08f5881c0a6ac10cb6db5e096 100644 (file)
--- a/vid.h
+++ b/vid.h
@@ -49,6 +49,7 @@ typedef struct viddef_support_s
        qboolean amd_texture_texture4;
        qboolean arb_depth_texture;
        qboolean arb_draw_buffers;
+       qboolean arb_framebuffer_object;
        qboolean arb_multitexture;
        qboolean arb_occlusion_query;
        qboolean arb_shadow;
@@ -192,6 +193,8 @@ extern cvar_t vid_stick_mouse;
 extern cvar_t vid_resizable;
 extern cvar_t vid_minwidth;
 extern cvar_t vid_minheight;
+extern cvar_t vid_sRGB;
+extern cvar_t vid_sRGB_fallback;
 
 extern cvar_t gl_finish;