DeviceGroupSubmitInfoKHR

Type Alias DeviceGroupSubmitInfoKHR 

Source
pub type DeviceGroupSubmitInfoKHR = DeviceGroupSubmitInfo;
Expand description

Aliased Type§

#[repr(C)]
pub struct DeviceGroupSubmitInfoKHR { pub s_type: StructureType, pub next: *const c_void, pub wait_semaphore_count: u32, pub wait_semaphore_device_indices: *const u32, pub command_buffer_count: u32, pub command_buffer_device_masks: *const u32, pub signal_semaphore_count: u32, pub signal_semaphore_device_indices: *const u32, }

Fields§

§s_type: StructureType§next: *const c_void§wait_semaphore_count: u32§wait_semaphore_device_indices: *const u32§command_buffer_count: u32§command_buffer_device_masks: *const u32§signal_semaphore_count: u32§signal_semaphore_device_indices: *const u32