Betsy: Add caching and BC1 compression support

This commit is contained in:
BlueCube3310 2024-08-20 15:14:48 +02:00
parent 2c136e6170
commit 606eedb0c9
11 changed files with 1896 additions and 116 deletions

View file

@ -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