Skip to main content

GetSemaphoreCounterValue

Type Alias GetSemaphoreCounterValue 

Source
pub type GetSemaphoreCounterValue = unsafe extern "C" fn(device: Device, semaphore: Semaphore, p_value: *mut u64) -> Result;
Expand description

Chapter: Synchronization and Cache Control
Description: Query the current state of a timeline semaphore
Provided by: VK_VERSION_1_2
Reference: vkGetSemaphoreCounterValue