pub type SemaphoreSignalInfoKHR = SemaphoreSignalInfo;
Expand description

Aliased Type§

struct SemaphoreSignalInfoKHR {
    pub s_type: StructureType,
    pub next: *const c_void,
    pub semaphore: Semaphore,
    pub value: u64,
}

Fields§

§s_type: StructureType§next: *const c_void§semaphore: Semaphore§value: u64