Struct ash::vk::DeviceGroupSubmitInfo [−][src]
#[repr(C)]pub struct DeviceGroupSubmitInfo { 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, }
Expand description
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
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for DeviceGroupSubmitInfo
impl !Send for DeviceGroupSubmitInfo
impl !Sync for DeviceGroupSubmitInfo
impl Unpin for DeviceGroupSubmitInfo
impl UnwindSafe for DeviceGroupSubmitInfo
Blanket Implementations
Mutably borrows from an owned value. Read more