mirror of
https://github.com/microsoft/DirectXTex.git
synced 2025-07-12 21:20:13 +02:00
Updated CompileShader.cmd to build pdb
This commit is contained in:
parent
140b122c40
commit
2590b110fb
@ -30,7 +30,7 @@ endlocal
|
|||||||
exit /b
|
exit /b
|
||||||
|
|
||||||
:CompileShader
|
:CompileShader
|
||||||
set fxc=fxc /nologo %1.hlsl /Tcs_4_0 /Zpc /Qstrip_reflect /Qstrip_debug /E%2 /FhCompiled\%1_%2.inc /Vn%1_%2
|
set fxc=fxc /nologo %1.hlsl /Tcs_4_0 /Zi /Zpc /Qstrip_reflect /Qstrip_debug /E%2 /FhCompiled\%1_%2.inc /FdCompiled\%1_%2.pdb /Vn%1_%2
|
||||||
echo.
|
echo.
|
||||||
echo %fxc%
|
echo %fxc%
|
||||||
%fxc% || set error=1
|
%fxc% || set error=1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user