Type Alias unity_native_plugin_sys::PFN_vkCmdSetVertexInputEXT
source · pub type PFN_vkCmdSetVertexInputEXT = Option<unsafe extern "system" fn(commandBuffer: VkCommandBuffer, vertexBindingDescriptionCount: u32, pVertexBindingDescriptions: *const VkVertexInputBindingDescription2EXT, vertexAttributeDescriptionCount: u32, pVertexAttributeDescriptions: *const VkVertexInputAttributeDescription2EXT)>;Aliased Type§
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.