feat: add RenderDocCapture to Debug module for frame capture debugging
- Add RenderDocCapture class for dynamic loading of renderdoc.dll - Support BeginCapture/EndCapture/TriggerCapture APIs - Add RenderDoc log category - Add unit tests for RenderDocCapture in tests/debug
This commit is contained in:
@@ -80,6 +80,7 @@ add_library(XCEngine STATIC
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/src/Debug/FileLogSink.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/src/Debug/Logger.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/src/Debug/Profiler.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/src/Debug/RenderDocCapture.cpp
|
||||
|
||||
# RHI
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/include/XCEngine/RHI/RHIEnums.h
|
||||
|
||||
Reference in New Issue
Block a user