Function wgpu_render_pass_draw

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn wgpu_render_pass_draw(
    pass: &mut RawPass,
    vertex_count: u32,
    instance_count: u32,
    first_vertex: u32,
    first_instance: u32,
)