Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KhronosGroup/Vulkan-Samples
/ get_family_index
Method
get_family_index
framework/core/queue.cpp:56–59 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
54
}
55
56
uint32_t Queue::get_family_index() const
57
{
58
return family_index;
59
}
60
61
uint32_t Queue::get_index() const
62
{
Callers
12
create_command_pool
Method · 0.45
create_command_pool
Method · 0.45
create_internal_command_pool
Method · 0.45
init
Method · 0.45
render_frame.h
File · 0.45
render_forward_offscreen_pass
Method · 0.45
render_swapchain
Method · 0.45
render_compute_post
Method · 0.45
prepare
Method · 0.45
get_queue
Method · 0.45
setup_frame
Method · 0.45
setup_shared_resources
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected