add: 添加 run.bat 脚本

This commit is contained in:
2026-03-15 17:38:40 +08:00
parent 182025be6a
commit 3600e0e74b

6
tests/D3D12/run.bat Normal file
View File

@@ -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