Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KhronosGroup/Vulkan-Samples
/ get_handle
Method
get_handle
framework/core/command_pool_base.cpp:83–86 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
81
}
82
83
vk::CommandPool CommandPoolBase::get_handle() const
84
{
85
return handle;
86
}
87
88
uint32_t CommandPoolBase::get_queue_family_index() const
89
{
Callers
3
CommandPoolBase
Method · 0.45
~CommandPoolBase
Method · 0.45
reset_pool
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected