MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-Samples / ~QueryPool

Method ~QueryPool

framework/core/query_pool.cpp:37–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37QueryPool::~QueryPool()
38{
39 if (handle != VK_NULL_HANDLE)
40 {
41 vkDestroyQueryPool(device.get_handle(), handle, nullptr);
42 }
43}
44
45VkQueryPool QueryPool::get_handle() const
46{

Callers

nothing calls this directly

Calls 1

get_handleMethod · 0.45

Tested by

no test coverage detected