Type Definition bevy_pbr::DrawPrepass

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