Function wgpu_core::command::bundle::draw

source ยท
fn draw(
    state: &mut State,
    dynamic_offsets: &[u32],
    vertex_count: u32,
    instance_count: u32,
    first_vertex: u32,
    first_instance: u32,
) -> Result<(), RenderBundleErrorInner>