pub type PFN_vkDestroyExternalComputeQueueNV = Option<unsafe extern "system" fn(device: Device, external_queue: ExternalComputeQueueNV, p_allocator: *const AllocationCallbacks)>;Expand description
vkDestroyExternalComputeQueueNV
Provided by VK_NV_external_compute_queue.
Aliased Type§
pub enum PFN_vkDestroyExternalComputeQueueNV {
None,
Some(unsafe extern "system" fn(Device, ExternalComputeQueueNV, *const AllocationCallbacks)),
}Variants§
None
No value.
Some(unsafe extern "system" fn(Device, ExternalComputeQueueNV, *const AllocationCallbacks))
Some value of type T.