mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-17 22:03:56 -07:00
When textures.xml specifies format="alpha", the input is expected to be an 8-bit greyscale PNG, and the output will be an 8-bit uncompressed alpha-only DDS. Add format override to CTextureProperties, to select between e.g. GL_ALPHA and GL_LUMINANCE for 8-bit textures. This is needed so fonts can use the new texture system. This was SVN commit r14015. |
||
|---|---|---|
| .. | ||
| tex.cpp | ||
| tex.h | ||
| tex_bmp.cpp | ||
| tex_codec.cpp | ||
| tex_codec.h | ||
| tex_dds.cpp | ||
| tex_internal.h | ||
| tex_jpg.cpp | ||
| tex_png.cpp | ||
| tex_tga.cpp | ||