Fixed shader script

This commit is contained in:
Chuck Walbourn 2021-10-14 15:55:55 -07:00
parent 8509ae7e09
commit 42445c4474

View File

@ -17,7 +17,10 @@ if exist %PCFXC% goto continue
set PCFXC=fxc.exe set PCFXC=fxc.exe
:continue :continue
@if %CompileShadersOutput%.==. set CompileShadersOutput=Compiled if not defined CompileShadersOutput set CompileShadersOutput=Compiled
set StrTrim=%CompileShadersOutput%##
set StrTrim=%StrTrim: ##=%
set CompileShadersOutput=%StrTrim:##=%
@if not exist %CompileShadersOutput% mkdir %CompileShadersOutput% @if not exist %CompileShadersOutput% mkdir %CompileShadersOutput%
call :CompileShader BC7Encode TryMode456CS call :CompileShader BC7Encode TryMode456CS
call :CompileShader BC7Encode TryMode137CS call :CompileShader BC7Encode TryMode137CS