We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Globals
1 parent 131ec38 commit 4db18d8Copy full SHA for 4db18d8
crates/bevy_ui/src/render/box_shadow.wgsl
@@ -5,7 +5,6 @@ const PI: f32 = 3.14159265358979323846;
5
const SAMPLES: i32 = #SHADOW_SAMPLES;
6
7
@group(0) @binding(0) var<uniform> view: View;
8
-@group(0) @binding(1) var<uniform> globals: Globals;
9
10
struct BoxShadowVertexOutput {
11
@builtin(position) position: vec4<f32>,
0 commit comments