]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - r_textures.h
free texture processing buffers each frame so they don't hang around wasting memory
[xonotic/darkplaces.git] / r_textures.h
index ebcd8893e71ce1f7817104e224a343e8aeaab067..231ef9cd06c955220bbafd44b0f810e8f0397070 100644 (file)
@@ -77,5 +77,8 @@ int R_TextureWidth(rtexture_t *rt);
 // returns height of texture, as was specified when it was uploaded
 int R_TextureHeight(rtexture_t *rt);
 
+// frees processing buffers each frame, and may someday animate procedural textures
+void R_Textures_Frame(void);
+
 #endif