Function bevy::pbr::extract_meshes
pub fn extract_meshes(
commands: Commands<'_, '_>,
previous_len: Local<'_, usize>,
render_mesh_instances: ResMut<'_, RenderMeshInstances>,
thread_local_queues: Local<'_, ThreadLocal<Cell<Vec<(Entity, RenderMeshInstance), Global>>>>,
meshes_query: Extract<'_, '_, Query<'_, '_, (Entity, &ViewVisibility, &GlobalTransform, Option<&PreviousGlobalTransform>, &Handle<Mesh>, Has<NotShadowReceiver>, Has<TransmittedShadowReceiver>, Has<NotShadowCaster>, Has<NoAutomaticBatching>), ()>>
)