Logo
Explore Help
Sign In
seedlingattempt/godot
1
0
Fork 0
You've already forked godot
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
ffab67b8daea8e3379824105439eba8226b72fde
godot/modules/tinyexr/config.py

12 lines
269 B
Python
Raw Normal View History

-Added EXR supprot for HDR (no BC6 compression yet though) -Improvements to texture importer -Proper detection of S3TC compression modes, and added all modes to Image -Fixes to non-power of 2 compressed textures, which should all be supported by GLES3
2017-05-26 21:49:49 -03:00
def can_build(platform):
return True
def configure(env):
Disable etc2comp and tinyexr modules on non-tools build They are not necessary in such configuration, and require C++11 and (on Android) the STL. Fixes #9273.
2017-06-30 18:14:59 +02:00
# Tools only, disabled for non-tools
# TODO: Find a cleaner way to achieve that
Use BoolVariable in target/component/advanced options.
2017-09-25 00:04:49 -04:00
if not env['tools']:
Disable etc2comp and tinyexr modules on non-tools build They are not necessary in such configuration, and require C++11 and (on Android) the STL. Fixes #9273.
2017-06-30 18:14:59 +02:00
env["module_tinyexr_enabled"] = "no"
env.disabled_modules.append("tinyexr")
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.1 Page: 123ms Template: 5ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API