pub type PFN_vkCmdPushDescriptorSetWithTemplate2 = Option<FN_vkCmdPushDescriptorSetWithTemplate2>;Expand description
vkCmdPushDescriptorSetWithTemplate2
Aliased Type§
pub enum PFN_vkCmdPushDescriptorSetWithTemplate2 {
None,
Some(unsafe extern "system" fn(VkCommandBuffer, *const VkPushDescriptorSetWithTemplateInfo)),
}Variants§
None
No value.
Some(unsafe extern "system" fn(VkCommandBuffer, *const VkPushDescriptorSetWithTemplateInfo))
Some value of type T.