pub type CommandBufferSubmitInfoKHR = CommandBufferSubmitInfo;Aliased Type§
#[repr(C)]pub struct CommandBufferSubmitInfoKHR {
pub s_type: StructureType,
pub p_next: *const c_void,
pub command_buffer: CommandBuffer,
pub device_mask: u32,
}Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_COMMAND_BUFFER_SUBMIT_INFO.
p_next: *const c_voidOptional, may be null.
command_buffer: CommandBuffer§device_mask: u32