This website requires JavaScript.
Explore
Help
Sign in
Stowage
/
godot
Watch
2
Star
0
Fork
You've already forked godot
0
mirror of
https://github.com/godotengine/godot.git
synced
2025-10-20 16:33:30 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
fe84b84b51
godot
/
modules
/
astcenc
/
config.py
7 lines
77 B
Python
Raw
Normal View
History
Unescape
Escape
Add ASTC compression and decompression with Arm astcenc. Co-authored-by: Gordon A Macpherson <gordon.a.macpherson@gmail.com> Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>
2022-12-20 10:54:01 -08:00
def
can_build
(
env
,
platform
)
:
astcenc: Allow runtime decompression of ASTC formats
2024-12-27 18:39:12 +01:00
return
True
Add ASTC compression and decompression with Arm astcenc. Co-authored-by: Gordon A Macpherson <gordon.a.macpherson@gmail.com> Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>
2022-12-20 10:54:01 -08:00
def
configure
(
env
)
:
pass
Reference in a new issue
Copy permalink