Skip to main content

PFN_vkDestroyCommandPool

Type Alias PFN_vkDestroyCommandPool 

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

vkDestroyCommandPool Provided by VK_BASE_VERSION_1_0.

§Thread Safety

  • commandPool must be externally synchronized

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.