mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Expose Image.COMPRESS_SOURCE_LAYERED to scripting
(cherry picked from commit 7f49e5beec)
This commit is contained in:
parent
0e0ccc4adf
commit
73d5851232
2 changed files with 4 additions and 0 deletions
|
|
@ -603,5 +603,8 @@
|
|||
<constant name="COMPRESS_SOURCE_NORMAL" value="2" enum="CompressSource">
|
||||
Source texture (before compression) is a normal texture (e.g. it can be compressed into two channels).
|
||||
</constant>
|
||||
<constant name="COMPRESS_SOURCE_LAYERED" value="3" enum="CompressSource">
|
||||
Source texture (before compression) is a [TextureLayered].
|
||||
</constant>
|
||||
</constants>
|
||||
</class>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue