MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-Tools / GetQueryPoolResults

Function GetQueryPoolResults

icd/generated/function_definitions.h:495–500  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

493 // Destroy object
494}
495static 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}
501static VKAPI_ATTR VkResult VKAPI_CALL CreateBuffer(VkDevice device, const VkBufferCreateInfo* pCreateInfo,
502 const VkAllocationCallbacks* pAllocator, VkBuffer* pBuffer) {
503 unique_lock_t lock(global_lock);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected