Skip to main content

PFN_vkDestroyPipelineCache

Type Alias PFN_vkDestroyPipelineCache 

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

vkDestroyPipelineCache Provided by VK_COMPUTE_VERSION_1_0.

§Thread Safety

  • pipelineCache must be externally synchronized

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.