]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - client.h
properly detect glsl 1.3 support
[xonotic/darkplaces.git] / client.h
index 1147c8acc78ef7abd36da3c0c3fa8a296f953e07..54c637b2d64aa514b8bd65dfc84eac9d6e2e22c1 100644 (file)
--- a/client.h
+++ b/client.h
@@ -1579,6 +1579,9 @@ typedef struct r_refdef_stats_s
        int bouncegrid_hits;
        int bouncegrid_splats;
        int bouncegrid_bounces;
+       int collisioncache_animated;
+       int collisioncache_cached;
+       int collisioncache_traced;
        int bloom;
        int bloom_copypixels;
        int bloom_drawpixels;