We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02716f6 commit 819c63cCopy full SHA for 819c63c
blade-render/code/ray-trace.wgsl
@@ -14,7 +14,7 @@ const PI: f32 = 3.1415926;
14
const MAX_RESERVOIRS: u32 = 2u;
15
// See "DECOUPLING SHADING AND REUSE" in
16
// "Rearchitecting Spatiotemporal Resampling for Production"
17
-const DECOUPLED_SHADING: bool = true;
+const DECOUPLED_SHADING: bool = false;
18
19
// We are considering 2x2 grid, so must be <= 4
20
const FACTOR_TEMPORAL_CANDIDATES: u32 = 1u;
0 commit comments