pub type PFN_vkDestroyDescriptorPool = Option<unsafe extern "C" fn(device: VkDevice, descriptorPool: VkDescriptorPool, pAllocator: *const VkAllocationCallbacks)>;Aliased Type§
pub enum PFN_vkDestroyDescriptorPool {
None,
Some(unsafe extern "C" fn(Handle<DeviceT>, Handle<DescriptorPoolT>, *const VkAllocationCallbacks)),
}Variants§
None
No value.
Some(unsafe extern "C" fn(Handle<DeviceT>, Handle<DescriptorPoolT>, *const VkAllocationCallbacks))
Some value of type T.