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 { fn specialize(&self, key: Self::Key) -> RenderPipelineDescriptor {
let mut shader_defs = vec![ let mut shader_defs = vec![
"GIZMO_3D".into(),
#[cfg(feature = "webgl")] #[cfg(feature = "webgl")]
"SIXTEEN_BYTE_ALIGNMENT".into(), "SIXTEEN_BYTE_ALIGNMENT".into(),
]; ];