diff options
Diffstat (limited to 'common/shaders/sequence_uniforms.wgsl')
| -rw-r--r-- | common/shaders/sequence_uniforms.wgsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/shaders/sequence_uniforms.wgsl b/common/shaders/sequence_uniforms.wgsl index 290f89b..1aef34e 100644 --- a/common/shaders/sequence_uniforms.wgsl +++ b/common/shaders/sequence_uniforms.wgsl @@ -2,7 +2,7 @@ // Matches UniformsSequenceParams in sequence.h struct UniformsSequenceParams { - resolution: vec2<f32>, + resolution: vec2f, aspect_ratio: f32, time: f32, beat_time: f32, |
