pub type DeviceGroupSubmitInfoKHR = DeviceGroupSubmitInfo;
Aliased Type§
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: StructureType
§p_next: *const c_void
§wait_semaphore_count: u32
§p_wait_semaphore_device_indices: *const u32
§command_buffer_count: u32
§p_command_buffer_device_masks: *const u32
§signal_semaphore_count: u32
§p_signal_semaphore_device_indices: *const u32
Implementations
Source§impl DeviceGroupSubmitInfo
impl DeviceGroupSubmitInfo
pub fn builder<'a>() -> DeviceGroupSubmitInfoBuilder<'a>
Trait Implementations
Source§impl Clone for DeviceGroupSubmitInfo
impl Clone for DeviceGroupSubmitInfo
Source§fn clone(&self) -> DeviceGroupSubmitInfo
fn clone(&self) -> DeviceGroupSubmitInfo
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more