Skip to main content

SemaphoreSignalInfoKHR

Type Alias SemaphoreSignalInfoKHR 

Source
pub type SemaphoreSignalInfoKHR = SemaphoreSignalInfo;

Aliased Type§

#[repr(C)]
pub struct SemaphoreSignalInfoKHR { pub s_type: StructureType, pub p_next: *const c_void, pub semaphore: Semaphore, pub value: u64, }

Fields§

§s_type: StructureType

Must be VK_STRUCTURE_TYPE_SEMAPHORE_SIGNAL_INFO.

§p_next: *const c_void

Optional, may be null.

§semaphore: Semaphore§value: u64