Files
XCEngine/tests/RHI/D3D12/integration/run.bat

7 lines
253 B
Batchfile

@echo off
cd /d "%~dp0..\..\..\..\build\tests\RHI\D3D12\integration\Debug"
if exist "D3D12_engine_log.txt" del "D3D12_engine_log.txt"
if exist "screenshot.ppm" del "screenshot.ppm"
D3D12.exe
python "%~dp0compare_ppm.py" "screenshot.ppm" "GT.ppm" 5
pause