Skip to main content

PFN_vkCmdDrawIndexed

Type Alias PFN_vkCmdDrawIndexed 

Source
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

  • commandBuffer must be externally synchronized

Aliased Type§

pub enum PFN_vkCmdDrawIndexed {
    None,
    Some(unsafe extern "system" fn(CommandBuffer, u32, u32, u32, i32, u32)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(CommandBuffer, u32, u32, u32, i32, u32))

Some value of type T.