pub fn draw_cpu_powered<'rpass, M: Material>(
rpass: &mut RenderPass<'rpass>,
draws: &'rpass [CpuDrawCall],
materials: &'rpass MaterialManager,
material_binding_index: u32,
)Expand description
Draw the given cpu draw calls.
No-op if there are 0 objects.