pub type PFN_vkCmdBindDescriptorSets2 = Option<unsafe extern "system" fn(commandBuffer: VkCommandBuffer, pBindDescriptorSetsInfo: *const VkBindDescriptorSetsInfo)>;Aliased Type§
pub enum PFN_vkCmdBindDescriptorSets2 {
None,
Some(unsafe extern "system" fn(*mut VkCommandBuffer_T, *const VkBindDescriptorSetsInfo)),
}Variants§
None
No value.
Some(unsafe extern "system" fn(*mut VkCommandBuffer_T, *const VkBindDescriptorSetsInfo))
Some value of type T.