mirror of
https://github.com/microsoft/DirectXTex.git
synced 2026-02-12 15:46:14 +01:00
Fixed shader script
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user