pub type PFN_vkCmdDrawIndexed = Option<unsafe extern "system" fn(command_buffer: CommandBuffer, index_count: u32, instance_count: u32, first_index: u32, vertex_offset: i32, first_instance: u32)>;Expand description
vkCmdDrawIndexed
Provided by VK_GRAPHICS_VERSION_1_0.
§Thread Safety
commandBuffermust be externally synchronized
Aliased Type§
pub enum PFN_vkCmdDrawIndexed {
None,
Some(unsafe extern "system" fn(CommandBuffer, u32, u32, u32, i32, u32)),
}