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