Open
Description
Hi, would it be possible to add BC compression functionality to texassemble directly?
Right now, when we want to create compressed cubemap texture, we have to first use texassemble to create a DDS texture with uncompressed format, and right after that use texconv to convert the cubemap DDS to compressed BC format.
If we could specify BC output format directly on texassemble, we would not need texconv at all.