-
Notifications
You must be signed in to change notification settings - Fork 8
New unsupported TEX formats #133
Copy link
Copy link
Open
Labels
area:readingFile/format reading/parsingFile/format reading/parsingcrate:ltk_textureTexture crate (TEX/DDS)Texture crate (TEX/DDS)format:texTexture formatTexture formatpriority:highHigh priorityHigh priority
Metadata
Metadata
Assignees
Labels
area:readingFile/format reading/parsingFile/format reading/parsingcrate:ltk_textureTexture crate (TEX/DDS)Texture crate (TEX/DDS)format:texTexture formatTexture formatpriority:highHigh priorityHigh priority
Type
Fields
Give feedbackNo fields configured for Task.
Projects
Status
Todo
In patch 16.10 two new tex formats were introduced: 13 (0xD) and 14 (0xE). As far as I can tell those map to
BC7_UNORM_SRGBandBC5_SNORMrespectively and should be supported.For example:
13:
uiautoatlas/clientstates/gameplay/ux/lol/cherry/augmentselection/atlas_0.texfrom UI.wad.client14:
assets/shared/materials/water_a_nm.texfrom Map11.wad.clientTechnically there's also format 21 (0x15), which may be
R16G16B16A16_SNORM, but I don't think it's actively used in game yet so it's hard to tell.