feature/imgui-sdl
points-test
|
Last change
on this file since 7fc5e27 was 6544020, checked in by Dmitry Portnoy <dmp1488@…>, 6 years ago |
|
Update compile.bat to compile all vertex and fragment shaders
|
-
Property mode
set to
100644
|
|
File size:
229 bytes
|
| Line | |
|---|
| 1 | echo off
|
|---|
| 2 | setlocal enabledelayedexpansion
|
|---|
| 3 |
|
|---|
| 4 | set VULKAN_SDK_PATH=D:\VulkanSDK\1.1.108.0
|
|---|
| 5 |
|
|---|
| 6 | for %%f in (*.vert *.frag) do (
|
|---|
| 7 | set ext=%%~xf
|
|---|
| 8 | set ext=!ext:~1!
|
|---|
| 9 |
|
|---|
| 10 | %VULKAN_SDK_PATH%\Bin\glslangValidator.exe -V %%f -o %%~nf-!ext!.spv
|
|---|
| 11 | )
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.