pub type PFN_vkTrimCommandPool = Option<unsafe extern "system" fn(device: Device, command_pool: CommandPool, flags: CommandPoolTrimFlags)>;Expand description
vkTrimCommandPool
Provided by VK_BASE_VERSION_1_1.
§Thread Safety
commandPoolmust be externally synchronized
Aliased Type§
pub enum PFN_vkTrimCommandPool {
None,
Some(unsafe extern "system" fn(Device, CommandPool, u32)),
}