pub type DeviceGroupSubmitInfoKHR = DeviceGroupSubmitInfo;Aliased Type§
#[repr(C)]pub struct DeviceGroupSubmitInfoKHR {
pub s_type: StructureType,
pub p_next: *const c_void,
pub wait_semaphore_count: u32,
pub p_wait_semaphore_device_indices: *const u32,
pub command_buffer_count: u32,
pub p_command_buffer_device_masks: *const u32,
pub signal_semaphore_count: u32,
pub p_signal_semaphore_device_indices: *const u32,
}Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_DEVICE_GROUP_SUBMIT_INFO.
p_next: *const c_voidOptional, may be null.
wait_semaphore_count: u32Length of p_wait_semaphore_device_indices.
p_wait_semaphore_device_indices: *const u32§command_buffer_count: u32Length of p_command_buffer_device_masks.
p_command_buffer_device_masks: *const u32§signal_semaphore_count: u32Length of p_signal_semaphore_device_indices.
p_signal_semaphore_device_indices: *const u32