pub type DeviceGroupCommandBufferBeginInfoKHR = DeviceGroupCommandBufferBeginInfo;Aliased Type§
#[repr(C)]pub struct DeviceGroupCommandBufferBeginInfoKHR {
    pub s_type: StructureType,
    pub p_next: *const c_void,
    pub device_mask: u32,
}Fields§
§s_type: StructureType§p_next: *const c_void§device_mask: u32