summaryrefslogtreecommitdiff
path: root/common/shaders
diff options
context:
space:
mode:
Diffstat (limited to 'common/shaders')
-rw-r--r--common/shaders/heptagon_v2.wgsl1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/shaders/heptagon_v2.wgsl b/common/shaders/heptagon_v2.wgsl
index 9d0761c..cb07c18 100644
--- a/common/shaders/heptagon_v2.wgsl
+++ b/common/shaders/heptagon_v2.wgsl
@@ -1,6 +1,7 @@
// Heptagon shader for Sequence v2
#include "sequence_v2_uniforms"
+// Standard v2 post-process layout (bindings 0,1 unused for scene effects)
@group(0) @binding(2) var<uniform> uniforms: UniformsSequenceParams;
struct VertexOutput {