]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - render.h
moved mod_shared.c detail texture and distortion texture stuff to gl_rmain.c (renamed...
[xonotic/darkplaces.git] / render.h
index 92992f8538f1f1b0d4653ed9a6ae9c5992601519..1a46caad5d92c47a15c853c81f28890edcf3e346 100644 (file)
--- a/render.h
+++ b/render.h
@@ -181,6 +181,9 @@ extern rtexture_t *r_texture_black;
 extern rtexture_t *r_texture_notexture;
 extern rtexture_t *r_texture_whitecube;
 extern rtexture_t *r_texture_normalizationcube;
+#define NUM_DETAILTEXTURES 1
+extern rtexture_t *r_texture_detailtextures[NUM_DETAILTEXTURES];
+extern rtexture_t *r_texture_distorttexture[64];
 
 void R_TimeReport(char *name);
 void R_TimeReport_Start(void);