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