Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有一种简单的方法可以从我在 KTX 文件中的 ASTC 8x8 纹理中删除容器。我想使用 ARM 的 astc-encoder 工具从.astc->.png但我只有 ASTC 8x8 格式的 KTX 文件
.astc
.png
我建议您使用 KTX SDK[1] 加载容器,然后将包含的图像保存为单独的 ASTC 文件。KTX 论坛[2] 中的更多信息。