mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Add support for KTX & KTX2 image format
Add support glTF KHR_texture_basisu extension
This commit is contained in:
@@ -333,6 +333,13 @@
|
||||
Loads an image from the binary contents of a JPEG file.
|
||||
</description>
|
||||
</method>
|
||||
<method name="load_ktx_from_buffer">
|
||||
<return type="int" enum="Error" />
|
||||
<param index="0" name="buffer" type="PackedByteArray" />
|
||||
<description>
|
||||
Loads an image from the binary contents of a KTX file.
|
||||
</description>
|
||||
</method>
|
||||
<method name="load_png_from_buffer">
|
||||
<return type="int" enum="Error" />
|
||||
<param index="0" name="buffer" type="PackedByteArray" />
|
||||
|
||||
Reference in New Issue
Block a user