From 472c2258dbeca000a454ea1781f09df63477563e Mon Sep 17 00:00:00 2001 From: skal Date: Sat, 28 Feb 2026 02:39:04 +0100 Subject: replace wgsl type: vec4 -> vec4f .. --- common/shaders/sequence_uniforms.wgsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/shaders/sequence_uniforms.wgsl') 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, + resolution: vec2f, aspect_ratio: f32, time: f32, beat_time: f32, -- cgit v1.2.3