Skip to main content

PFN_vkDestroyInstance

Type Alias PFN_vkDestroyInstance 

Source
pub type PFN_vkDestroyInstance = Option<unsafe extern "system" fn(instance: Instance, p_allocator: *const AllocationCallbacks)>;
Expand description

vkDestroyInstance Provided by VK_BASE_VERSION_1_0.

§Thread Safety

  • instance must be externally synchronized

Aliased Type§

pub enum PFN_vkDestroyInstance {
    None,
    Some(unsafe extern "system" fn(Instance, *const AllocationCallbacks)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.