| 489 | return VK_SUCCESS; |
| 490 | } |
| 491 | static VKAPI_ATTR void VKAPI_CALL DestroyQueryPool(VkDevice device, VkQueryPool queryPool, |
| 492 | const VkAllocationCallbacks* pAllocator) { |
| 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) { |
nothing calls this directly
no outgoing calls
no test coverage detected