Function wgpu_core::command::bundle_ffi::wgpu_render_bundle_draw_indexed
source · #[no_mangle]
pub extern "C" fn wgpu_render_bundle_draw_indexed(
bundle: &mut RenderBundleEncoder,
index_count: u32,
instance_count: u32,
first_index: u32,
base_vertex: i32,
first_instance: u32
)