]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - vid.h
r_shadow_deferred now checks for r_shadow_gloss 0 and does not use the
[xonotic/darkplaces.git] / vid.h
diff --git a/vid.h b/vid.h
index 2ef6c80ed7c7479251e5758f84625c7774ac01af..30327583636ea6cfa93e1b8cb5ad204f3fbf5853 100644 (file)
--- a/vid.h
+++ b/vid.h
@@ -44,6 +44,7 @@ renderpath_t;
 typedef struct viddef_support_s
 {
        qboolean gl20shaders;
+       qboolean gl20shaders130;
        qboolean amd_texture_texture4;
        qboolean arb_depth_texture;
        qboolean arb_draw_buffers;