mirror of
https://github.com/microsoft/DirectXTex.git
synced 2025-12-06 07:11:44 +01:00
Fixed shader script
This commit is contained in:
parent
8509ae7e09
commit
42445c4474
@ -17,7 +17,10 @@ if exist %PCFXC% goto continue
|
||||
set PCFXC=fxc.exe
|
||||
|
||||
: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%
|
||||
call :CompileShader BC7Encode TryMode456CS
|
||||
call :CompileShader BC7Encode TryMode137CS
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user