Skip to main content

PFN_vkDestroyEvent

Type Alias PFN_vkDestroyEvent 

Source
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

  • event must be externally synchronized

Aliased Type§

pub enum PFN_vkDestroyEvent {
    None,
    Some(unsafe extern "system" fn(Device, Event, *const AllocationCallbacks)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(Device, Event, *const AllocationCallbacks))

Some value of type T.