Function cmd_draw_indexed

Source
pub unsafe fn cmd_draw_indexed(
    command_buffer: VkCommandBuffer,
    index_count: u32,
    instance_count: u32,
    first_index: u32,
    vertex_offset: i32,
    first_instance: u32,
)