shaders: Implement GLSL shaders for lessons 2-9

This commit is contained in:
2025-06-15 23:30:33 +10:00
parent 1ed13961e8
commit cdf06bfa26
19 changed files with 269 additions and 1 deletions

View File

@@ -211,7 +211,7 @@ def compile_dxbc_shader(shader: Shader, type: str, flags: list[str] | None = Non
def compile_shaders() -> None:
build_spirv = False
build_spirv = True
build_metal = True
build_dxil = False
build_dxbc = False