Skip to main content

PFN_vkCmdSetVertexInputEXT

Type Alias PFN_vkCmdSetVertexInputEXT 

Source
pub type PFN_vkCmdSetVertexInputEXT = Option<unsafe extern "system" fn(command_buffer: CommandBuffer, vertex_binding_description_count: u32, p_vertex_binding_descriptions: *const VertexInputBindingDescription2EXT, vertex_attribute_description_count: u32, p_vertex_attribute_descriptions: *const VertexInputAttributeDescription2EXT)>;
Expand description

vkCmdSetVertexInputEXT Provided by VK_EXT_vertex_input_dynamic_state.

§Thread Safety

  • commandBuffer must be externally synchronized

Aliased Type§

pub enum PFN_vkCmdSetVertexInputEXT {
    None,
    Some(unsafe extern "system" fn(CommandBuffer, u32, *const VertexInputBindingDescription2EXT, u32, *const VertexInputAttributeDescription2EXT)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(CommandBuffer, u32, *const VertexInputBindingDescription2EXT, u32, *const VertexInputAttributeDescription2EXT))

Some value of type T.