diff --git a/crates/bevy_ui/src/render/box_shadow.wgsl b/crates/bevy_ui/src/render/box_shadow.wgsl index fc78f9490c..91d8e026eb 100644 --- a/crates/bevy_ui/src/render/box_shadow.wgsl +++ b/crates/bevy_ui/src/render/box_shadow.wgsl @@ -5,7 +5,6 @@ const PI: f32 = 3.14159265358979323846; const SAMPLES: i32 = #SHADOW_SAMPLES; @group(0) @binding(0) var view: View; -@group(0) @binding(1) var globals: Globals; struct BoxShadowVertexOutput { @builtin(position) position: vec4,