summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/shaders/sequence_uniforms.wgsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/shaders/sequence_uniforms.wgsl b/common/shaders/sequence_uniforms.wgsl
index b302329..be47ad9 100644
--- a/common/shaders/sequence_uniforms.wgsl
+++ b/common/shaders/sequence_uniforms.wgsl
@@ -1,5 +1,5 @@
// Sequence v2 uniform structure for WGSL shaders
-// Matches UniformsSequenceParams in sequence_v2.h
+// Matches UniformsSequenceParams in sequence.h
struct UniformsSequenceParams {
resolution: vec2<f32>,