mirror of
https://github.com/ScrelliCopter/NeHe-SDL_GPU.git
synced 2025-06-19 21:49:17 +10:00
shaders: Implement GLSL shaders for lessons 2-9
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user