From 3600e0e74b771eedf11b6146c9fba4cc6a2f4482 Mon Sep 17 00:00:00 2001 From: ssdfasd <2156608475@qq.com> Date: Sun, 15 Mar 2026 17:38:40 +0800 Subject: [PATCH] =?UTF-8?q?add:=20=E6=B7=BB=E5=8A=A0=20run.bat=20=E8=84=9A?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/D3D12/run.bat | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tests/D3D12/run.bat diff --git a/tests/D3D12/run.bat b/tests/D3D12/run.bat new file mode 100644 index 00000000..ad8f21a0 --- /dev/null +++ b/tests/D3D12/run.bat @@ -0,0 +1,6 @@ +@echo off +cd /d "D:\Xuanchi\Main\XCEngine\build\tests\D3D12\Debug" +if exist "D3D12_engine_log.txt" del "D3D12_engine_log.txt" +D3D12.exe +python "D:\Xuanchi\Main\XCEngine\tests\D3D12\compare_ppm.py" "screenshot.ppm" "GT.ppm" 5 +pause