mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
parent
608367f905
commit
bb281cfa2b
1 changed files with 0 additions and 1 deletions
|
@ -70,7 +70,6 @@ impl SpecializedRenderPipeline for LineGizmoPipeline {
|
|||
|
||||
fn specialize(&self, key: Self::Key) -> RenderPipelineDescriptor {
|
||||
let mut shader_defs = vec![
|
||||
"GIZMO_3D".into(),
|
||||
#[cfg(feature = "webgl")]
|
||||
"SIXTEEN_BYTE_ALIGNMENT".into(),
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue