Function Prototype
vkReleaseProfilingLockKHR
Releases the profiling lock
To release the profiling lock, call:
void vkReleaseProfilingLockKHR(
VkDevice 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