Skip to content

Commit

Permalink
MSVC: Update SPIRV tools
Browse files Browse the repository at this point in the history
  • Loading branch information
pal1000 committed Apr 24, 2024
1 parent 1057e50 commit d25d548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildscript/modules/spirv.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
@IF EXIST "%devroot%\spirv-tools\DEPS" IF NOT EXIST "%devroot%\spirv-tools\external\spirv-headers\" IF %gitstate% EQU 0 set canspvtools=0
@if %cmakestate% EQU 0 set canspvtools=0

@set spvtoolsrel=v2024.1
@set spvtoolsrel=v2024.2rc1
@IF EXIST "%devroot%\spirv-tools\external\" IF %gitstate% GTR 0 (
@echo Updating SPIRV tools source code...
@cd "%devroot%\spirv-tools"
Expand Down

0 comments on commit d25d548

Please sign in to comment.