Function Prototype

vkReleaseProfilingLockKHR

Releases the profiling lock

To release the profiling lock, call:

void vkReleaseProfilingLockKHR(
    VkDevice device);
  • device is 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)