MCPcopy Create free account
hub / github.com/NVIDIA-RTX/RTXPT / PostUpdatePathTracing

Method PostUpdatePathTracing

Rtxpt/Sample.cpp:1452–1462  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1450}
1451
1452void Sample::PostUpdatePathTracing( )
1453{
1454 m_accumulationSampleIndex = std::min( m_accumulationSampleIndex+1, m_ui.AccumulationTarget );
1455
1456 if (m_ui.ActualUseRTXDIPasses())
1457 m_rtxdiPass->EndFrame();
1458
1459 m_ui.ResetAccumulation = false;
1460 m_ui.ResetRealtimeCaches = false;
1461 m_frameIndex++;
1462}
1463
1464void Sample::UpdatePathTracerConstants( PathTracerConstants & constants, const PathTracerCameraData & cameraData )
1465{

Callers

nothing calls this directly

Calls 2

ActualUseRTXDIPassesMethod · 0.80
EndFrameMethod · 0.80

Tested by

no test coverage detected