forgot to update script
This commit is contained in:
parent
5dd2a43799
commit
7a10601f51
3
build.sh
3
build.sh
@ -49,8 +49,9 @@ else echo "Unable to find D compiler"; exit -1; fi;
|
||||
codegen_src="${script_dir}/vulkan_codegen.d"
|
||||
codegen_out_name="${build}/vulkan_codegen"
|
||||
codegen_out="--of=${codegen_out_name}"
|
||||
codegen_flags="--d-version=VULKAN_CODEGEN"
|
||||
|
||||
$d_compiler $codegen_src $codegen_out
|
||||
$d_compiler $codegen_flags $codegen_src $codegen_out
|
||||
|
||||
$codegen_out_name $build/$base_name.spv
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user