| 446 | } |
| 447 | } |
| 448 | static VKAPI_ATTR VkResult VKAPI_CALL QueueBindSparse(VkQueue queue, uint32_t bindInfoCount, const VkBindSparseInfo* pBindInfo, |
| 449 | VkFence fence) { |
| 450 | // Not a CREATE or DESTROY function |
| 451 | return VK_SUCCESS; |
| 452 | } |
| 453 | static VKAPI_ATTR VkResult VKAPI_CALL CreateFence(VkDevice device, const VkFenceCreateInfo* pCreateInfo, |
| 454 | const VkAllocationCallbacks* pAllocator, VkFence* pFence) { |
| 455 | unique_lock_t lock(global_lock); |
nothing calls this directly
no outgoing calls
no test coverage detected