fix build script
This commit is contained in:
parent
114f6b02c2
commit
33054121f2
2
build.sh
2
build.sh
@ -34,7 +34,7 @@ fi
|
|||||||
# Convert Shader
|
# Convert Shader
|
||||||
shader="${script_dir}/convert.comp.glsl"
|
shader="${script_dir}/convert.comp.glsl"
|
||||||
shader_compiler="glslc"
|
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_out="-o${build}/"
|
||||||
shader_stage="-fshader-stage=comp"
|
shader_stage="-fshader-stage=comp"
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user