Skip to content

Commit

Permalink
Added build script options for building with VKVG and Skia support.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismile committed Jun 30, 2024
1 parent 5fa9047 commit 532bd20
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,10 @@ do
use_custom_vcpkg_triplet=true
elif [ ${!i} = "--custom-glslang" ]; then
custom_glslang=true
elif [ ${!i} = "--vkvg" ] || [ ${!i} = "--use-vkvg" ]; then
build_with_vkvg_support=true
elif [ ${!i} = "--skia" ] || [ ${!i} = "--use-skia" ]; then
build_with_skia_support=true
elif [ ${!i} = "--dlswap" ]; then
use_download_swapchain=true
build_with_vkvg_support=true
Expand Down

0 comments on commit 532bd20

Please # to comment.