pub type SemaphoreSignalInfoKHR = SemaphoreSignalInfo;Aliased Type§
#[repr(C)]pub struct SemaphoreSignalInfoKHR {
pub sType: i32,
pub pNext: *const c_void,
pub semaphore: u64,
pub value: u64,
}Fields§
§sType: i32§pNext: *const c_void§semaphore: u64§value: u64