PortableCompressedTexture: Support ASTC format and creating directly from compressed image

This commit is contained in:
LuoZhihao
2025-04-05 18:44:36 +08:00
parent 8bd9cdeea6
commit 572a15e4b2
3 changed files with 47 additions and 16 deletions

View File

@ -74,5 +74,7 @@
</constant>
<constant name="COMPRESSION_MODE_BPTC" value="5" enum="CompressionMode">
</constant>
<constant name="COMPRESSION_MODE_ASTC" value="6" enum="CompressionMode">
</constant>
</constants>
</class>