first release
This commit is contained in:
7
openVulkanoCpp/Shader/CompileShaders.bat
Normal file
7
openVulkanoCpp/Shader/CompileShaders.bat
Normal file
@@ -0,0 +1,7 @@
|
||||
REM Make the directory batch file resides in as the working directory.
|
||||
pushd %~dp0
|
||||
|
||||
glslangvalidator -V basic.vert -o basic.vert.spv
|
||||
glslangvalidator -V basic.frag -o basic.frag.spv
|
||||
|
||||
popd
|
||||
Reference in New Issue
Block a user