We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c68df85 commit c23fa9dCopy full SHA for c23fa9d
devices/rtx/renderer/Debug.cpp
@@ -87,6 +87,8 @@ void Debug::commitParameters()
87
{
88
Renderer::commitParameters();
89
m_method = methodFromString(getParamString("method", "primID"));
90
+ m_sampleLimit = 1; // single-shot renderer
91
+ m_denoise = false; // never denoise
92
}
93
94
void Debug::populateFrameData(FrameGPUData &fd) const
devices/rtx/renderer/Raycast.cpp
@@ -46,6 +46,7 @@ void Raycast::commitParameters()
46
47
48
m_sampleLimit = 1; // single-shot renderer
49
50
51
52
OptixModule Raycast::optixModule() const
0 commit comments