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

Method get_handle

framework/core/query_pool.cpp:45–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45VkQueryPool QueryPool::get_handle() const
46{
47 assert(handle != VK_NULL_HANDLE && "QueryPool handle is invalid");
48 return handle;
49}
50
51void QueryPool::host_reset(uint32_t first_query, uint32_t query_count)
52{

Callers 4

QueryPoolMethod · 0.45
~QueryPoolMethod · 0.45
host_resetMethod · 0.45
get_resultsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected