diff options
| author | Jason Maskell <[email protected]> | 2016-05-09 10:39:54 +0200 |
|---|---|---|
| committer | Jason Maskell <[email protected]> | 2016-05-09 10:39:54 +0200 |
| commit | 79b3462799c28af8ba586349bd671b1b56e72353 (patch) | |
| tree | 3b06e36c390254c0dc7f3733a0d32af213d87293 /test/testing_scripts/win64/debug | |
| download | waveworks_archive-79b3462799c28af8ba586349bd671b1b56e72353.tar.xz waveworks_archive-79b3462799c28af8ba586349bd671b1b56e72353.zip | |
Initial commit with PS4 and XBone stuff trimmed.
Diffstat (limited to 'test/testing_scripts/win64/debug')
| -rw-r--r-- | test/testing_scripts/win64/debug/d3d10.bat | 2 | ||||
| -rw-r--r-- | test/testing_scripts/win64/debug/d3d11.bat | 2 | ||||
| -rw-r--r-- | test/testing_scripts/win64/debug/d3d9.bat | 2 | ||||
| -rw-r--r-- | test/testing_scripts/win64/debug/gl2.bat | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/test/testing_scripts/win64/debug/d3d10.bat b/test/testing_scripts/win64/debug/d3d10.bat new file mode 100644 index 0000000..5cbb1fb --- /dev/null +++ b/test/testing_scripts/win64/debug/d3d10.bat @@ -0,0 +1,2 @@ +set IMGEXT=bmp +%~dp0\..\..\..\..\test\d3d10\win64\debug\waveworks_test_d3d10_debug.exe -noaa -startframe 0 -endframe 50 - sliceframe 60 -readback 1 -quality 0 -screenshot %IMG_OUT%_d3d10.%IMGEXT% diff --git a/test/testing_scripts/win64/debug/d3d11.bat b/test/testing_scripts/win64/debug/d3d11.bat new file mode 100644 index 0000000..fefa774 --- /dev/null +++ b/test/testing_scripts/win64/debug/d3d11.bat @@ -0,0 +1,2 @@ +set IMGEXT=bmp +%~dp0\..\..\..\..\test\d3d11\win64\debug\waveworks_test_d3d11_debug.exe -noaa -startframe 0 -endframe 50 - sliceframe 60 -readback 1 -quality 0 -screenshot %IMG_OUT%_d3d11.%IMGEXT% diff --git a/test/testing_scripts/win64/debug/d3d9.bat b/test/testing_scripts/win64/debug/d3d9.bat new file mode 100644 index 0000000..1f0c619 --- /dev/null +++ b/test/testing_scripts/win64/debug/d3d9.bat @@ -0,0 +1,2 @@ +set IMGEXT=bmp +%~dp0\..\..\..\..\test\d3d9\win64\debug\waveworks_test_d3d9_debug.exe -noaa -startframe 0 -endframe 50 - sliceframe 60 -readback 1 -quality 0 -screenshot %IMG_OUT%_d3d9.%IMGEXT% diff --git a/test/testing_scripts/win64/debug/gl2.bat b/test/testing_scripts/win64/debug/gl2.bat new file mode 100644 index 0000000..277a258 --- /dev/null +++ b/test/testing_scripts/win64/debug/gl2.bat @@ -0,0 +1,2 @@ +set IMGEXT=tga +%~dp0\..\..\..\..\test\gl2\win64\debug\waveworks_test_gl2_debug.exe -noaa -startframe 0 -endframe 50 - sliceframe 60 -readback 1 -quality 0 -screenshot %IMG_OUT%_gl2.%IMGEXT% |