SpiecsEngine
 
Loading...
Searching...
No Matches

◆ CollectionNextFrame()

void Spices::NsightPerfGPUProfilerReportGenerator::CollectionNextFrame ( )

Capture next frame and generate report.

Definition at line 125 of file NsightPerfGPUProfilerReportGenerator.cpp.

126 {
128
130 {
131 NSPERF_CHECK(m_NvPerf.StartCollectionOnNextFrame())
132 m_CapturedThisFrame = false;
133 }
134 }
#define NSPERF_CHECK(val)
#define SPICES_PROFILE_ZONE
nv::perf::profiler::ReportGeneratorVulkan m_NvPerf
Nvidia Nsight Performance ReportGenerator.

References m_CapturedThisFrame.

Referenced by BeginFrame().