]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - r_textures.h
TraceBrush: use in Collision_ClipToGenericEntity
[xonotic/darkplaces.git] / r_textures.h
index c433a04b1e9906539ebbfff2e06eac8b1e81fa69..c89811833fe56733224b610afc26fab97e9b71ac 100644 (file)
@@ -22,7 +22,7 @@
 #define TEXF_COMPARE 0x00000800
 // indicates texture should use lower precision where supported
 #define TEXF_LOWPRECISION 0x00001000
-// indicates texture should support R_UpdateTexture, actual uploads may be delayed until R_Mesh_TexBind if gl_nopartialtextureupdates is on
+// indicates texture should support R_UpdateTexture on small regions, actual uploads may be delayed until R_Mesh_TexBind if gl_nopartialtextureupdates is on
 #define TEXF_ALLOWUPDATES 0x00002000
 // indicates texture should be affected by gl_picmip_world and r_picmipworld (maybe others in the future) instead of gl_picmip_other
 #define TEXF_ISWORLD 0x00004000
@@ -54,7 +54,7 @@ typedef enum textype_e
        // 4x4 block compressed 15bit color plus 8bit alpha (8 bits per pixel)
        TEXTYPE_DXT5,
        // this represents the same format as the framebuffer, for fast copies
-       TEXTYPE_COLORBUFFER,
+       TEXTYPE_COLORBUFFER
 }
 textype_t;