fix: D3D12 screenshot implementation and tests

This commit is contained in:
2026-03-20 02:35:59 +08:00
parent 070b444f8f
commit 77ef74bec6
21 changed files with 762 additions and 919 deletions

View File

@@ -0,0 +1,7 @@
@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