Skip to main content

wgpu_render_bundle_draw

Function wgpu_render_bundle_draw 

pub fn wgpu_render_bundle_draw(
    bundle: &mut RenderBundleEncoder,
    vertex_count: u32,
    instance_count: u32,
    first_vertex: u32,
    first_instance: u32,
)
Available on crate feature unstable-wgpu-28 only.