Betsy: Convert RGB to RGBA textures on the GPU

This commit is contained in:
BlueCube3310 2025-08-28 16:16:06 +02:00
parent 7d7d479162
commit 885904ef2f
4 changed files with 254 additions and 24 deletions

View file

@ -11,6 +11,7 @@ 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.GLSL_HEADER("rgb_to_rgba.glsl")
env_betsy.Depends(Glob("*.glsl.gen.h"), ["#glsl_builders.py"])