pub type PFN_vkCmdSetVertexInputEXT = Option<unsafe extern "system" fn(commandBuffer: VkCommandBuffer, vertexBindingDescriptionCount: u32, pVertexBindingDescriptions: *const VkVertexInputBindingDescription2EXT, vertexAttributeDescriptionCount: u32, pVertexAttributeDescriptions: *const VkVertexInputAttributeDescription2EXT)>;Aliased Type§
pub enum PFN_vkCmdSetVertexInputEXT {
None,
Some(unsafe extern "system" fn(*mut VkCommandBuffer_T, u32, *const VkVertexInputBindingDescription2EXT, u32, *const VkVertexInputAttributeDescription2EXT)),
}Variants§
None
No value.
Some(unsafe extern "system" fn(*mut VkCommandBuffer_T, u32, *const VkVertexInputBindingDescription2EXT, u32, *const VkVertexInputAttributeDescription2EXT))
Some value of type T.