This website requires JavaScript.
Explore
Help
Sign In
seedlingattempt
/
godot
Watch
1
Star
0
Fork
0
You've already forked godot
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
c82e16efb06bd317dde8c03acd17859f0529b41b
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 New Issue
Copy Permalink