PFN_vkDestroyEvent

Type Alias PFN_vkDestroyEvent 

Source
pub type PFN_vkDestroyEvent = unsafe extern "system" fn(_device: Device, _event: Event, _allocator: *const AllocationCallbacks);
Expand description