Skip to main content

PFN_vkTrimCommandPool

Type Alias PFN_vkTrimCommandPool 

Source
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

  • commandPool must be externally synchronized

Aliased Type§

pub enum PFN_vkTrimCommandPool {
    None,
    Some(unsafe extern "system" fn(Device, CommandPool, u32)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(Device, CommandPool, u32))

Some value of type T.