pub type SemaphoreTypeCreateInfoKHR = SemaphoreTypeCreateInfo;Aliased Type§
#[repr(C)]pub struct SemaphoreTypeCreateInfoKHR {
    pub s_type: StructureType,
    pub p_next: *const c_void,
    pub semaphore_type: SemaphoreType,
    pub initial_value: u64,
}Fields§
§s_type: StructureType§p_next: *const c_void§semaphore_type: SemaphoreType§initial_value: u64