Files
armorpaint/Shaders/raytrace/src/build.bat
T
2019-12-06 23:34:21 +01:00

6 lines
402 B
Batchfile

.\dxc.exe -Zpr -Fo ..\raytrace_brute.cso -T lib_6_3 .\raytrace_brute.hlsl
.\dxc.exe -Zpr -Fo ..\raytrace_bake_ao.cso -T lib_6_3 .\raytrace_bake_ao.hlsl
.\dxc.exe -Zpr -Fo ..\raytrace_bake_light.cso -T lib_6_3 .\raytrace_bake_light.hlsl
.\dxc.exe -Zpr -Fo ..\raytrace_bake_bent.cso -T lib_6_3 .\raytrace_bake_bent.hlsl
.\dxc.exe -Zpr -Fo ..\raytrace_bake_thick.cso -T lib_6_3 .\raytrace_bake_thick.hlsl