| 493 | // Destroy object |
| 494 | } |
| 495 | static VKAPI_ATTR VkResult VKAPI_CALL GetQueryPoolResults(VkDevice device, VkQueryPool queryPool, uint32_t firstQuery, |
| 496 | uint32_t queryCount, size_t dataSize, void* pData, VkDeviceSize stride, |
| 497 | VkQueryResultFlags flags) { |
| 498 | // Not a CREATE or DESTROY function |
| 499 | return VK_SUCCESS; |
| 500 | } |
| 501 | static VKAPI_ATTR VkResult VKAPI_CALL CreateBuffer(VkDevice device, const VkBufferCreateInfo* pCreateInfo, |
| 502 | const VkAllocationCallbacks* pAllocator, VkBuffer* pBuffer) { |
| 503 | unique_lock_t lock(global_lock); |
nothing calls this directly
no outgoing calls
no test coverage detected