feature/imgui-sdl
|
Last change
on this file since ce9dc9f was 681dbe8, checked in by Dmitry Portnoy <dportnoy@…>, 5 years ago |
|
Update compile.bat to use the existing VULKAN_SDK environment variable
|
-
Property mode
set to
100644
|
|
File size:
200 bytes
|
| Line | |
|---|
| 1 | echo off
|
|---|
| 2 | setlocal enabledelayedexpansion
|
|---|
| 3 |
|
|---|
| 4 | cd shaders
|
|---|
| 5 |
|
|---|
| 6 | for %%f in (*.vert *.frag) do (
|
|---|
| 7 | set ext=%%~xf
|
|---|
| 8 | set ext=!ext:~1!
|
|---|
| 9 |
|
|---|
| 10 | %VULKAN_SDK%\Bin\glslangValidator.exe -V %%f -o %%~nf-!ext!.spv
|
|---|
| 11 | )
|
|---|
| 12 |
|
|---|
| 13 | cd ..
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.