]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - r_shadow.h
minor update to texture flags and logic stuff
[xonotic/darkplaces.git] / r_shadow.h
index 1aa853201f02aa58f3138753ca28030cc8d4f1bb..9b1193572911562e418292a7741997749b311899 100644 (file)
@@ -24,6 +24,7 @@ void R_Shadow_Stage_Light(void);
 // otherwise clears stencil
 int R_Shadow_Stage_EraseShadowVolumes(void);
 void R_Shadow_Stage_End(void);
+int R_Shadow_ScissorForBBoxAndSphere(const float *mins, const float *maxs, const float *origin, float radius);
 
 typedef struct worldlight_s
 {