feature/imgui-sdl
points-test
Last change
on this file since 75108ef was c458c58, checked in by Dmitry Portnoy <dmp1488@…>, 5 years ago |
Create a Windows batch file to compile the shaders into SPIR-V files and add the shaders and shader compilation scripts to the Vulkan Visual Studio project
|
-
Property mode
set to
100644
|
File size:
176 bytes
|
Line | |
---|
1 | echo off
|
---|
2 |
|
---|
3 | set VULKAN_SDK_PATH=D:\VulkanSDK\1.1.108.0
|
---|
4 |
|
---|
5 | %VULKAN_SDK_PATH%\Bin\glslangValidator.exe -V shader.vert
|
---|
6 | %VULKAN_SDK_PATH%\Bin\glslangValidator.exe -V shader.frag
|
---|
7 |
|
---|
8 | pause |
---|
Note:
See
TracBrowser
for help on using the repository browser.