KhronosGroup / KTX-Software

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

Update code for KTX-Spec changes #853

Closed MarkCallow closed 6 months ago

MarkCallow commented 6 months ago

We need to update at least the following for upcoming changes to the KTX specification in https://github.com/KhronosGroup/KTX-Specification/pull/204:

@aqnuep please handle the last 2 bullets. I'll look at the first 2.

MarkCallow commented 6 months ago

The formats newly prohibited in https://github.com/KhronosGroup/KTX-Specification/pull/204 are already in the prohibited list in vkformat_check.c so I've checked the first two bullets.

MarkCallow commented 6 months ago

The 3rd and 4th bullets are addressed by PR #858.