Skip to main content

no_automatic_morph_batching

Function no_automatic_morph_batching 

Source
pub fn no_automatic_morph_batching(
    commands: Commands<'_, '_>,
    query: Query<'_, '_, Entity, (With<MeshMorphWeights>, Without<NoAutomaticBatching>)>,
    render_device: Res<'_, RenderDevice>,
)