MCPcopy 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
83vk::CommandPool CommandPoolBase::get_handle() const
84{
85 return handle;
86}
87
88uint32_t CommandPoolBase::get_queue_family_index() const
89{

Callers 3

CommandPoolBaseMethod · 0.45
~CommandPoolBaseMethod · 0.45
reset_poolMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected