source: opengl-game/compile.bat@ eea05dd

feature/imgui-sdl points-test
Last change on this file since eea05dd 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 
1echo off
2
3set 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
8pause
Note: See TracBrowser for help on using the repository browser.