Skip to main content

PFN_vkCmdExecuteCommands

Type Alias PFN_vkCmdExecuteCommands 

Source
pub type PFN_vkCmdExecuteCommands = Option<unsafe extern "system" fn(command_buffer: CommandBuffer, command_buffer_count: u32, p_command_buffers: *const CommandBuffer)>;
Expand description

vkCmdExecuteCommands Provided by VK_BASE_VERSION_1_0.

§Thread Safety

  • commandBuffer must be externally synchronized

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.