MCPcopy 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
51VkQueue Queue::get_handle() const
52{
53 return handle;
54}
55
56uint32_t Queue::get_family_index() const
57{

Callers 15

prepareMethod · 0.45
resizeMethod · 0.45
create_pipeline_cacheMethod · 0.45
load_shaderMethod · 0.45
submit_frameMethod · 0.45
~ApiVulkanSampleMethod · 0.45
create_command_poolMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected