summaryrefslogtreecommitdiff
path: root/common/shaders/sequence_uniforms.wgsl
diff options
context:
space:
mode:
Diffstat (limited to 'common/shaders/sequence_uniforms.wgsl')
-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 be47ad9..290f89b 100644
--- a/common/shaders/sequence_uniforms.wgsl
+++ b/common/shaders/sequence_uniforms.wgsl
@@ -8,5 +8,5 @@ struct UniformsSequenceParams {
beat_time: f32,
beat_phase: f32,
audio_intensity: f32,
- _pad: f32,
+ noise: f32,
};