We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 612a9ba commit ce14540Copy full SHA for ce14540
launcher/shaders/build_shaders.cmd
@@ -7,5 +7,5 @@ glslangValidator.exe -V100 src/buf1.frag -o spv/buf1.frag.spv
7
glslangValidator.exe -V100 src/buf2.frag -o spv/buf2.frag.spv
8
glslangValidator.exe -V100 src/buf3.frag -o spv/buf3.frag.spv
9
10
-echo "Compiling done, if no errors close this."
+echo "Compiling shaders done, if no errors close this."
11
pause
0 commit comments