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_infomust be created with a [brvk::VkSemaphoreType] of [brvk::VK_SEMAPHORE_TYPE_TIMELINE]. - semaphore in
signal_infomust be created fromdevice.