]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - render.h
Replaced all calls to str[n]cat and strncpy by calls to strlcat and strlcpy respectively
[xonotic/darkplaces.git] / render.h
index dd0f04116a60d04d9153f66e1357925a41ac5638..66bd58b234637d9b98735c415584ccc19b7bcc94 100644 (file)
--- a/render.h
+++ b/render.h
@@ -153,6 +153,8 @@ extern cvar_t gl_dither;
 
 extern cvar_t r_smoothnormals_areaweighting;
 
+extern cvar_t r_test;
+
 #include "gl_backend.h"
 
 #include "r_light.h"
@@ -267,6 +269,8 @@ typedef struct r_glsl_permutation_s
        int loc_DiffuseScale;
        int loc_SpecularScale;
        int loc_SpecularPower;
+       int loc_GlowScale;
+       int loc_SceneBrightness;
        int loc_OffsetMapping_Scale;
        int loc_AmbientColor;
        int loc_DiffuseColor;