fix build script

This commit is contained in:
Matthew 2025-09-29 07:34:38 +10:00
parent 114f6b02c2
commit 33054121f2

View File

@ -34,7 +34,7 @@ fi
# Convert Shader
shader="${script_dir}/convert.comp.glsl"
shader_compiler="glslc"
shader_flags="--target-spv=spv1.5 -std=460 --target-env=vulkan1.3"
shader_flags="--target-spv=spv1.4 -std=460 -O --target-env=vulkan1.2"
shader_out="-o${build}/"
shader_stage="-fshader-stage=comp"