KhronosGroup / KTX-Software

KTX (Khronos Texture) Library and Tools
Other
854 stars 226 forks source link

Support R16G16_S10_5_NV format #859

Closed MarkCallow closed 5 months ago

MarkCallow commented 6 months ago

Over in https://github.com/KhronosGroup/KTX-Specification/issues/206 we've decided to support this format.

It is in vkFormatString and isValidFormat so ktx info and ktx validate should be fine as these are the functions they use for printing the name and checking validity. vk2dfd however produces nothing for this format. makevk2dfd.pl needs to be fixed and some tests added. Once that is fixed the code in unittests.cc to avoid running the bytesPlane0 test for this format must be removed.

There is no intention to support this in ktx create except via raw files.