Skip to main content

PFN_vkDestroyQueryPool

Type Alias PFN_vkDestroyQueryPool 

Source
pub type PFN_vkDestroyQueryPool = Option<unsafe extern "system" fn(device: Device, query_pool: QueryPool, p_allocator: *const AllocationCallbacks)>;
Expand description

vkDestroyQueryPool Provided by VK_BASE_VERSION_1_0.

§Thread Safety

  • queryPool must be externally synchronized

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.