Vulkan-Tutorial icon indicating copy to clipboard operation
Vulkan-Tutorial copied to clipboard

Outdated KTX info

Open JMS55 opened this issue 4 months ago • 0 comments

In section https://docs.vulkan.org/tutorial/latest/15_GLTF_KTX2_Migration.html#_optimizing_ktx2_files

It suggests to do

toktx --format BC7_RGBA texture.ktx2 texture.png

However --format no longer exists, and I believe toktx in general is deprecated in favor of ktx create.

JMS55 avatar Sep 03 '25 02:09 JMS55