| 1450 | } |
| 1451 | |
| 1452 | void 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 | |
| 1464 | void Sample::UpdatePathTracerConstants( PathTracerConstants & constants, const PathTracerCameraData & cameraData ) |
| 1465 | { |
nothing calls this directly
no test coverage detected