pub type DeviceGroupSubmitInfoKHR = DeviceGroupSubmitInfo;Aliased Type§
#[repr(C)]pub struct DeviceGroupSubmitInfoKHR {
pub sType: i32,
pub pNext: *const c_void,
pub waitSemaphoreCount: u32,
pub pWaitSemaphoreDeviceIndices: *const u32,
pub commandBufferCount: u32,
pub pCommandBufferDeviceMasks: *const u32,
pub signalSemaphoreCount: u32,
pub pSignalSemaphoreDeviceIndices: *const u32,
}Fields§
§sType: i32§pNext: *const c_void§waitSemaphoreCount: u32§pWaitSemaphoreDeviceIndices: *const u32§commandBufferCount: u32§pCommandBufferDeviceMasks: *const u32§signalSemaphoreCount: u32§pSignalSemaphoreDeviceIndices: *const u32