reorganize shaders; use modulate flag; update librw
This commit is contained in:
3
src/extras/shaders/make_hlsl.cmd
Normal file
3
src/extras/shaders/make_hlsl.cmd
Normal file
@@ -0,0 +1,3 @@
|
||||
@echo off
|
||||
for %%f in (*PS.hlsl) do "%DXSDK_DIR%\Utilities\bin\x86\fxc.exe" /T ps_2_0 /nologo /E main /Fo obj\%%~nf.cso %%f
|
||||
for %%f in (*VS.hlsl) do "%DXSDK_DIR%\Utilities\bin\x86\fxc.exe" /T vs_2_0 /nologo /E main /Fo obj\%%~nf.cso %%f
|
||||
Reference in New Issue
Block a user