Type Alias SemaphoreWaitInfoKHR

Source
pub type SemaphoreWaitInfoKHR<'a> = SemaphoreWaitInfo<'a>;

Aliased Type§

#[repr(C)]
pub struct SemaphoreWaitInfoKHR<'a> { pub s_type: StructureType, pub p_next: *const c_void, pub flags: SemaphoreWaitFlags, pub semaphore_count: u32, pub p_semaphores: *const Semaphore, pub p_values: *const u64, pub _marker: PhantomData<&'a ()>, }

Fields§

§s_type: StructureType§p_next: *const c_void§flags: SemaphoreWaitFlags§semaphore_count: u32§p_semaphores: *const Semaphore§p_values: *const u64§_marker: PhantomData<&'a ()>