Skip to main content

PFN_vkQueueNotifyOutOfBandNV

Type Alias PFN_vkQueueNotifyOutOfBandNV 

Source
pub type PFN_vkQueueNotifyOutOfBandNV = Option<unsafe extern "system" fn(queue: Queue, p_queue_type_info: *const OutOfBandQueueTypeInfoNV)>;
Expand description

vkQueueNotifyOutOfBandNV Provided by VK_NV_low_latency2.

Aliased Type§

pub enum PFN_vkQueueNotifyOutOfBandNV {
    None,
    Some(unsafe extern "system" fn(Queue, *const OutOfBandQueueTypeInfoNV)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(Queue, *const OutOfBandQueueTypeInfoNV))

Some value of type T.