We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8509ae7 commit 2de2aeeCopy full SHA for 2de2aee
DirectXTex/Shaders/CompileShaders.cmd
@@ -17,7 +17,9 @@ if exist %PCFXC% goto continue
17
set PCFXC=fxc.exe
18
19
:continue
20
-@if %CompileShadersOutput%.==. set CompileShadersOutput=Compiled
+if not defined CompileShadersOutput (set CompileShadersOutput=Compiled) else (set CompileShadersOutput=%CompileShadersOutput%##
21
+set CompileShadersOutput=%CompileShadersOutput: ##=%
22
+set CompileShadersOutput=%CompileShadersOutput:##=%)
23
@if not exist %CompileShadersOutput% mkdir %CompileShadersOutput%
24
call :CompileShader BC7Encode TryMode456CS
25
call :CompileShader BC7Encode TryMode137CS
0 commit comments