Skip to main content

signal_semaphore

Function signal_semaphore 

Source
pub unsafe fn signal_semaphore(
    device: VkHandleRef<'_, VkDevice>,
    signal_info: &SemaphoreSignalInfo<'_, '_>,
) -> Result<()>
Available on crate features Allow1_2APIs and Implements only.
Expand description

ยงSafety

  • semaphore in signal_info must be created with a [brvk::VkSemaphoreType] of [brvk::VK_SEMAPHORE_TYPE_TIMELINE].
  • semaphore in signal_info must be created from device.