Fix leftover use of the align16 feature.
This commit is contained in:
parent
55dd3a07a8
commit
95b3a5b298
|
@ -17,7 +17,7 @@ use crate::{pipeline::OutlinePipeline, ComputedOutlineDepth, Outline, OutlineSte
|
||||||
|
|
||||||
#[derive(Clone, Component, ShaderType)]
|
#[derive(Clone, Component, ShaderType)]
|
||||||
pub struct OutlineStencilUniform {
|
pub struct OutlineStencilUniform {
|
||||||
#[cfg_attr(feature = "align16", align(16))]
|
#[align(16)]
|
||||||
pub plane: Vec3,
|
pub plane: Vec3,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue