Remove unused shader define (#8981)

Unused since #5703
This commit is contained in:
ira 2023-07-04 23:38:35 +02:00 committed by GitHub
parent 608367f905
commit bb281cfa2b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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(),
];