Function Prototype
vkReleaseProfilingLockKHR
Releases the profiling lock
To release the profiling lock, call:
void vkReleaseProfilingLockKHR(
VkDevice device);
pub fn release_profiling_lock_khr(
device: vk::Device,
);
deviceis the logical device to cease profiling on.
Valid Usage
VUID-vkReleaseProfilingLockKHR-device-03235
The profiling lock of device must have been held via a previous
successful call to vkAcquireProfilingLockKHR
Valid Usage (Implicit)
VUID-vkReleaseProfilingLockKHR-device-parameter
device must be a valid VkDevice handle
Parent
VK_KHR_performance_queryType
Function Prototype