mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Betsy: Add caching and BC1 compression support
This commit is contained in:
parent
2c136e6170
commit
606eedb0c9
11 changed files with 1896 additions and 116 deletions
|
|
@ -4,6 +4,7 @@ Import("env_modules")
|
|||
|
||||
env_betsy = env_modules.Clone()
|
||||
env_betsy.GLSL_HEADER("bc6h.glsl")
|
||||
env_betsy.GLSL_HEADER("bc1.glsl")
|
||||
env_betsy.Depends(Glob("*.glsl.gen.h"), ["#glsl_builders.py"])
|
||||
|
||||
# Thirdparty source files
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue