X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=r_textures.h;h=e06f035dd01b1fce5efbe3b7a7788f35f6bb7b40;hb=74725ff53d50dcd0adb1d59ffc2439f891fdf5f6;hp=e9c9aabae86c5ee0bbcfe7f5e843d0c7b8b3eac1;hpb=91ab37429970c4ee5373ec8a38e8b4f6c531f2fa;p=xonotic%2Fdarkplaces.git diff --git a/r_textures.h b/r_textures.h index e9c9aaba..e06f035d 100644 --- a/r_textures.h +++ b/r_textures.h @@ -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