Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KhronosGroup/Vulkan-Samples
/ get_handle
Method
get_handle
framework/core/queue.cpp:51–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
49
}
50
51
VkQueue Queue::get_handle() const
52
{
53
return handle;
54
}
55
56
uint32_t Queue::get_family_index() const
57
{
Callers
15
prepare
Method · 0.45
resize
Method · 0.45
create_command_buffers
Method · 0.45
destroy_command_buffers
Method · 0.45
recreate_current_command_buffer
Method · 0.45
create_pipeline_cache
Method · 0.45
load_shader
Method · 0.45
submit_frame
Method · 0.45
~ApiVulkanSample
Method · 0.45
rebuild_command_buffers
Method · 0.45
create_synchronization_primitives
Method · 0.45
create_command_pool
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected