MCPcopy 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
56uint32_t Queue::get_family_index() const
57{
58 return family_index;
59}
60
61uint32_t Queue::get_index() const
62{

Callers 12

create_command_poolMethod · 0.45
create_command_poolMethod · 0.45
initMethod · 0.45
render_frame.hFile · 0.45
render_swapchainMethod · 0.45
render_compute_postMethod · 0.45
prepareMethod · 0.45
get_queueMethod · 0.45
setup_frameMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected