pub fn draw_gpu_powered<'rpass>(
rpass: &mut RenderPass<'rpass>,
indirect_data: &'rpass GpuIndirectData,
)Expand description
Draw the given indirect call.
No-op if there are 0 objects.
pub fn draw_gpu_powered<'rpass>(
rpass: &mut RenderPass<'rpass>,
indirect_data: &'rpass GpuIndirectData,
)Draw the given indirect call.
No-op if there are 0 objects.