pub type VkDeviceGroupSubmitInfoKHR = VkDeviceGroupSubmitInfo;Aliased Type§
#[repr(C)]pub struct VkDeviceGroupSubmitInfoKHR {
pub sType: u32,
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: u32§pNext: *const c_void§waitSemaphoreCount: u32§pWaitSemaphoreDeviceIndices: *const u32§commandBufferCount: u32§pCommandBufferDeviceMasks: *const u32§signalSemaphoreCount: u32§pSignalSemaphoreDeviceIndices: *const u32