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