Function wgpu_core::command::render::draw

source ยท
fn draw(
    state: &mut State<'_, '_, '_, '_>,
    vertex_count: u32,
    instance_count: u32,
    first_vertex: u32,
    first_instance: u32,
) -> Result<(), DrawError>