MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-Tools / AcquireProfilingLockKHR

Function AcquireProfilingLockKHR

icd/generated/function_definitions.h:2258–2261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2256 }
2257}
2258static VKAPI_ATTR VkResult VKAPI_CALL AcquireProfilingLockKHR(VkDevice device, const VkAcquireProfilingLockInfoKHR* pInfo) {
2259 // Not a CREATE or DESTROY function
2260 return VK_SUCCESS;
2261}
2262static VKAPI_ATTR void VKAPI_CALL ReleaseProfilingLockKHR(VkDevice device) {
2263 // Not a CREATE or DESTROY function
2264}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected