Type Alias SemaphoreSubmitInfoKHR

Source
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

Trait Implementations

Source§

impl Clone for SemaphoreSubmitInfo

Source§

fn clone(&self) -> SemaphoreSubmitInfo

Returns a copy of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Default for SemaphoreSubmitInfo

Source§

fn default() -> Self

Returns the “default value” for a type. Read more
Source§

impl Copy for SemaphoreSubmitInfo