Skip to content

Commit 4db18d8

Browse files
authored
Remove the Globals binding from the box shadow shader (#16177)
# Objective Remove the `Globals` binding from the box shadow shader. It isn't used and was added by mistake.
1 parent 131ec38 commit 4db18d8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/bevy_ui/src/render/box_shadow.wgsl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ const PI: f32 = 3.14159265358979323846;
55
const SAMPLES: i32 = #SHADOW_SAMPLES;
66

77
@group(0) @binding(0) var<uniform> view: View;
8-
@group(0) @binding(1) var<uniform> globals: Globals;
98

109
struct BoxShadowVertexOutput {
1110
@builtin(position) position: vec4<f32>,

0 commit comments

Comments
 (0)