mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Betsy: Add BC3 and BC5 support
This commit is contained in:
parent
f952bfe998
commit
88ffe07de9
5 changed files with 441 additions and 243 deletions
|
|
@ -8,6 +8,7 @@ env_betsy = env_modules.Clone()
|
|||
env_betsy.GLSL_HEADER("bc6h.glsl")
|
||||
env_betsy.GLSL_HEADER("bc1.glsl")
|
||||
env_betsy.GLSL_HEADER("bc4.glsl")
|
||||
env_betsy.GLSL_HEADER("alpha_stitch.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