PFN_vkDestroyDescriptorUpdateTemplateKHR

Type Alias PFN_vkDestroyDescriptorUpdateTemplateKHR 

Source
pub type PFN_vkDestroyDescriptorUpdateTemplateKHR = Option<unsafe extern "system" fn(device: VkDevice, descriptorUpdateTemplate: VkDescriptorUpdateTemplate, pAllocator: *const VkAllocationCallbacks)>;

Aliased Type§

pub enum PFN_vkDestroyDescriptorUpdateTemplateKHR {
    None,
    Some(unsafe extern "system" fn(*mut VkDevice_T, *mut VkDescriptorUpdateTemplate_T, *const VkAllocationCallbacks)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(*mut VkDevice_T, *mut VkDescriptorUpdateTemplate_T, *const VkAllocationCallbacks))

Some value of type T.