We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 159c8e8 commit 7d2ca1bCopy full SHA for 7d2ca1b
Src/Shaders/CompileShaders.cmd
@@ -40,6 +40,7 @@ if exist %PCFXC% goto continue
40
set PCFXC=fxc.exe
41
42
:continue
43
+@if not exist Compiled mkdir Compiled
44
call :CompileShader%1 AlphaTestEffect vs VSAlphaTest
45
call :CompileShader%1 AlphaTestEffect vs VSAlphaTestNoFog
46
call :CompileShader%1 AlphaTestEffect vs VSAlphaTestVc
0 commit comments