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
commandPoolmust be externally synchronized
Aliased Type§
pub enum PFN_vkDestroyCommandPool {
None,
Some(unsafe extern "system" fn(Device, CommandPool, *const AllocationCallbacks)),
}Variants§
None
No value.
Some(unsafe extern "system" fn(Device, CommandPool, *const AllocationCallbacks))
Some value of type T.