Type Definition bevy::pbr::DrawPrepass

pub type DrawPrepass<M> = (SetItemPipeline, SetPrepassViewBindGroup<0>, SetMaterialBindGroup<M, 1>, SetMeshBindGroup<2>, DrawMesh);