| 663 | // Not a CREATE or DESTROY function |
| 664 | } |
| 665 | static VKAPI_ATTR void VKAPI_CALL CmdExecuteCommands(VkCommandBuffer commandBuffer, uint32_t commandBufferCount, |
| 666 | const VkCommandBuffer* pCommandBuffers) { |
| 667 | // Not a CREATE or DESTROY function |
| 668 | } |
| 669 | static VKAPI_ATTR VkResult VKAPI_CALL CreateEvent(VkDevice device, const VkEventCreateInfo* pCreateInfo, |
| 670 | const VkAllocationCallbacks* pAllocator, VkEvent* pEvent) { |
| 671 | unique_lock_t lock(global_lock); |
nothing calls this directly
no outgoing calls
no test coverage detected