Have the build scripts compile the shaders by default.

This commit is contained in:
2024-09-10 04:44:13 -04:00
parent ba667a8fa0
commit b64ef46876
4 changed files with 2 additions and 3149 deletions

View File

@@ -79,8 +79,8 @@ function build-SokolBackendDemo
{
write-host 'Building VEFontCache: Sokol Backend Demo'
# $compile_shaders = join-path $path_scripts "compile_sokol_shaders.ps1"
# & $compile_shaders
$compile_shaders = join-path $path_scripts "compile_sokol_shaders.ps1"
& $compile_shaders
$executable = join-path $path_build 'sokol_demo.exe'
$pdb = join-path $path_build 'sokol_demo.pdb'