Skip to main content

PFN_vkFreeCommandBuffers

Type Alias PFN_vkFreeCommandBuffers 

Source
pub type PFN_vkFreeCommandBuffers = Option<unsafe extern "system" fn(device: Device, command_pool: CommandPool, command_buffer_count: u32, p_command_buffers: *const CommandBuffer)>;
Expand description

vkFreeCommandBuffers Provided by VK_BASE_VERSION_1_0.

§Thread Safety

  • commandPool must be externally synchronized
  • pCommandBuffers must be externally synchronized

Aliased Type§

pub enum PFN_vkFreeCommandBuffers {
    None,
    Some(unsafe extern "system" fn(Device, CommandPool, u32, *const CommandBuffer)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.