]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - r_textures.h
no longer uses rectangle textures for deferred rendering (reduces
[xonotic/darkplaces.git] / r_textures.h
index bb603cffc7cb68a8c1685063bc9554bf87aeaf16..87d769ea735e2d76521e2867b02e05bfa201f0bf 100644 (file)
@@ -47,6 +47,8 @@ typedef enum textype_e
        TEXTYPE_DXT3,
        // 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_t;