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

Function ResetQueryPool

icd/generated/function_definitions.h:1130–1132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1128 // Destroy object
1129}
1130static VKAPI_ATTR void VKAPI_CALL ResetQueryPool(VkDevice device, VkQueryPool queryPool, uint32_t firstQuery, uint32_t queryCount) {
1131 // Not a CREATE or DESTROY function
1132}
1133static VKAPI_ATTR VkResult VKAPI_CALL GetSemaphoreCounterValue(VkDevice device, VkSemaphore semaphore, uint64_t* pValue) {
1134 // Not a CREATE or DESTROY function
1135 return VK_SUCCESS;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected