You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 12:50:35 +00:00
Add support for KTX & KTX2 image format
Add support glTF KHR_texture_basisu extension
This commit is contained in:
6
modules/ktx/config.py
Normal file
6
modules/ktx/config.py
Normal file
@@ -0,0 +1,6 @@
|
||||
def can_build(env, platform):
|
||||
return True
|
||||
|
||||
|
||||
def configure(env):
|
||||
pass
|
||||
Reference in New Issue
Block a user