X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;ds=sidebyside;f=r_shadow.h;h=b2dab2dde5b544d26ebf59f85da3c7300f7eacb5;hb=fd09aca70c81a313ea7e7e6eba3756aa37d2173f;hp=003f4b28ee3a991628da3fd836b22571d34d253f;hpb=d770308f2b6b56b7ba74edec0d5408798cc46113;p=xonotic%2Fdarkplaces.git diff --git a/r_shadow.h b/r_shadow.h index 003f4b28..b2dab2dd 100644 --- a/r_shadow.h +++ b/r_shadow.h @@ -41,6 +41,7 @@ extern cvar_t gl_ext_stenciltwoside; extern rtexture_t *r_shadow_bouncegridtexture; extern matrix4x4_t r_shadow_bouncegridmatrix; extern vec_t r_shadow_bouncegridintensity; +extern qboolean r_shadow_bouncegriddirectional; void R_Shadow_Init(void); qboolean R_Shadow_ShadowMappingEnabled(void);