Skip to content

Commit

Permalink
Update build_shaders.cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
danilw authored Feb 24, 2024
1 parent 612a9ba commit ce14540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion launcher/shaders/build_shaders.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ glslangValidator.exe -V100 src/buf1.frag -o spv/buf1.frag.spv
glslangValidator.exe -V100 src/buf2.frag -o spv/buf2.frag.spv
glslangValidator.exe -V100 src/buf3.frag -o spv/buf3.frag.spv

echo "Compiling done, if no errors close this."
echo "Compiling shaders done, if no errors close this."
pause

0 comments on commit ce14540

Please sign in to comment.