pub type SemaphoreSubmitInfoKHR = SemaphoreSubmitInfo;
Aliased Type§
struct SemaphoreSubmitInfoKHR {
pub s_type: StructureType,
pub p_next: *const c_void,
pub semaphore: Semaphore,
pub value: u64,
pub stage_mask: PipelineStageFlags2,
pub device_index: u32,
}
Fields§
§s_type: StructureType
§p_next: *const c_void
§semaphore: Semaphore
§value: u64
§stage_mask: PipelineStageFlags2
§device_index: u32
Implementations
Source§impl SemaphoreSubmitInfo
impl SemaphoreSubmitInfo
pub fn builder<'a>() -> SemaphoreSubmitInfoBuilder<'a>
Trait Implementations
Source§impl Clone for SemaphoreSubmitInfo
impl Clone for SemaphoreSubmitInfo
Source§fn clone(&self) -> SemaphoreSubmitInfo
fn clone(&self) -> SemaphoreSubmitInfo
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