| 2256 | } |
| 2257 | } |
| 2258 | static VKAPI_ATTR VkResult VKAPI_CALL AcquireProfilingLockKHR(VkDevice device, const VkAcquireProfilingLockInfoKHR* pInfo) { |
| 2259 | // Not a CREATE or DESTROY function |
| 2260 | return VK_SUCCESS; |
| 2261 | } |
| 2262 | static VKAPI_ATTR void VKAPI_CALL ReleaseProfilingLockKHR(VkDevice device) { |
| 2263 | // Not a CREATE or DESTROY function |
| 2264 | } |
nothing calls this directly
no outgoing calls
no test coverage detected