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