pub type PFN_vkDestroyInstance = Option<unsafe extern "system" fn(instance: Instance, p_allocator: *const AllocationCallbacks)>;Expand description
vkDestroyInstance
Provided by VK_BASE_VERSION_1_0.
§Thread Safety
instancemust be externally synchronized
Aliased Type§
pub enum PFN_vkDestroyInstance {
None,
Some(unsafe extern "system" fn(Instance, *const AllocationCallbacks)),
}