Type Alias TimelineSemaphoreSubmitInfoKHR

Source
pub type TimelineSemaphoreSubmitInfoKHR = TimelineSemaphoreSubmitInfo;

Aliased Type§

struct TimelineSemaphoreSubmitInfoKHR {
    pub s_type: StructureType,
    pub p_next: *const c_void,
    pub wait_semaphore_value_count: u32,
    pub p_wait_semaphore_values: *const u64,
    pub signal_semaphore_value_count: u32,
    pub p_signal_semaphore_values: *const u64,
}

Fields§

§s_type: StructureType§p_next: *const c_void§wait_semaphore_value_count: u32§p_wait_semaphore_values: *const u64§signal_semaphore_value_count: u32§p_signal_semaphore_values: *const u64

Implementations

Trait Implementations

Source§

impl Clone for TimelineSemaphoreSubmitInfo

Source§

fn clone(&self) -> TimelineSemaphoreSubmitInfo

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 TimelineSemaphoreSubmitInfo

Source§

fn default() -> Self

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

impl Copy for TimelineSemaphoreSubmitInfo

Source§

impl ExtendsBindSparseInfo for TimelineSemaphoreSubmitInfo

Source§

impl ExtendsSubmitInfo for TimelineSemaphoreSubmitInfo