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.
1 parent 608367f commit bb281cfCopy full SHA for bb281cf
1 file changed
crates/bevy_gizmos/src/pipeline_3d.rs
@@ -70,7 +70,6 @@ impl SpecializedRenderPipeline for LineGizmoPipeline {
70
71
fn specialize(&self, key: Self::Key) -> RenderPipelineDescriptor {
72
let mut shader_defs = vec![
73
- "GIZMO_3D".into(),
74
#[cfg(feature = "webgl")]
75
"SIXTEEN_BYTE_ALIGNMENT".into(),
76
];
0 commit comments