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
commandBuffermust be externally synchronized
Aliased Type§
pub enum PFN_vkCmdSetVertexInputEXT {
None,
Some(unsafe extern "system" fn(CommandBuffer, u32, *const VertexInputBindingDescription2EXT, u32, *const VertexInputAttributeDescription2EXT)),
}Variants§
None
No value.
Some(unsafe extern "system" fn(CommandBuffer, u32, *const VertexInputBindingDescription2EXT, u32, *const VertexInputAttributeDescription2EXT))
Some value of type T.