pub type PFN_vkDestroyDevice = Option<unsafe extern "system" fn(device: Device, p_allocator: *const AllocationCallbacks)>;Expand description
vkDestroyDevice
Provided by VK_BASE_VERSION_1_0.
§Thread Safety
devicemust be externally synchronized
Aliased Type§
pub enum PFN_vkDestroyDevice {
None,
Some(unsafe extern "system" fn(Device, *const AllocationCallbacks)),
}