]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - r_textures.h
Steel Storm additions for mobile (EluanCM)
[xonotic/darkplaces.git] / r_textures.h
index e9c9aabae86c5ee0bbcfe7f5e843d0c7b8b3eac1..e06f035dd01b1fce5efbe3b7a7788f35f6bb7b40 100644 (file)
@@ -56,6 +56,9 @@ typedef enum textype_e
        // 4x4 block compressed 15bit color plus 8bit alpha (8 bits per pixel)
        TEXTYPE_DXT5,
 
+       // default compressed type for GLES2
+       TEXTYPE_ETC1,
+
        // 8bit paletted in sRGB colorspace
        TEXTYPE_SRGB_PALETTE,
        // 32bit RGBA in sRGB colorspace