mirror of
https://github.com/microsoft/DirectXTex.git
synced 2025-07-14 14:10:13 +02: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