pub type CommandBufferSubmitInfoKHR = CommandBufferSubmitInfo;
Expand description

Aliased Type§

struct CommandBufferSubmitInfoKHR {
    pub s_type: StructureType,
    pub next: *const c_void,
    pub command_buffer: CommandBuffer,
    pub device_mask: u32,
}

Fields§

§s_type: StructureType§next: *const c_void§command_buffer: CommandBuffer§device_mask: u32