Skip to content

Commit 6540204

Browse files
committed
Updated deps
1 parent e8db4da commit 6540204

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

External/NRIFramework

Source/NRDSample.cpp

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -644,10 +644,7 @@ class Sample : public SampleBase {
644644
defaults.maxFastAccumulatedFrameNum = m_ReblurSettings.maxFastAccumulatedFrameNum;
645645
defaults.maxStabilizedFrameNum = m_ReblurSettings.maxStabilizedFrameNum;
646646

647-
#if (NRD_MODE < OCCLUSION)
648-
// Helps to mitigate fireflies emphasized by DLSS
649-
defaults.enableAntiFirefly = m_DlssQuality != -1 && IsDlssEnabled();
650-
#else
647+
#if (NRD_MODE >= OCCLUSION)
651648
// Occlusion signal is cleaner by the definition
652649
defaults.historyFixFrameNum = 2;
653650

0 commit comments

Comments
 (0)