add game&rawdata

This commit is contained in:
Vasily Petrov 2026-06-17 23:06:51 +03:00
parent 0133cd976c
commit 49b34b5546
45731 changed files with 709831 additions and 0 deletions

View file

@ -0,0 +1,9 @@
@C:\DEV\SDK\dx9se4_jun\Utilities\Bin\x86\fxc /nologo /Tps_2_0 /Emain /Zpr /Fctest\p20_%1 %1
@C:\DEV\SDK\dx9se4_jun\Utilities\Bin\x86\fxc /nologo /Tps_2_b /Emain /Zpr /Fctest\p2b_%1 %1
@C:\DEV\SDK\dx9se4_jun\Utilities\Bin\x86\fxc /DUSE_SHADER3=1 /nologo /Tps_3_0 /Emain /Zpr /Fctest\p30_%1 %1
@C:\tools\NVSpNV40\nvshaderperf -v 1 -o test\p2B_%1.log -a NV40 test\p2B_%1
@C:\tools\NVSpNV40\nvshaderperf -v 1 -o test\p30_%1.log -a NV40 test\p30_%1
@C:\tools\NVSpG70\nvshaderperf -a NV40 test\p2B_%1 >> test\p2B_%1.log
@C:\tools\NVSpG70\nvshaderperf -a NV40 test\p30_%1 >> test\p30_%1.log
@C:\tools\NVSpG70\nvshaderperf -a G70 test\p2B_%1 >> test\p2B_%1.log
@C:\tools\NVSpG70\nvshaderperf -a G70 test\p30_%1 >> test\p30_%1.log