feat: add RenderDoc integration for D3D12 frame capture

- Add mvs/RenderDoc project with sphere rendering + RenderDoc capture
- Dynamic loading of renderdoc.dll without header dependencies
- Auto-capture frames 5-6 to .rdc file
- Copy sphere test resources (shaders, textures) via CMake
This commit is contained in:
2026-03-23 03:28:49 +08:00
parent 537808c64d
commit d58d98cb68
7 changed files with 697 additions and 0 deletions

View File

@@ -7,5 +7,6 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
enable_testing()
add_subdirectory(engine)
add_subdirectory(mvs/RenderDoc)
add_subdirectory(tests)
add_subdirectory(tests/opengl)