MCPcopy Create free account
hub / github.com/comaps/comaps / GetQueue

Method GetQueue

libs/drape/vulkan/vulkan_base_context.hpp:88–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86 VkPhysicalDevice GetPhysicalDevice() const { return m_gpu; }
87 VkDevice GetDevice() const { return m_device; }
88 VkQueue GetQueue() const { return m_queue; }
89
90 VkPhysicalDeviceProperties const & GetGpuProperties() const { return m_gpuProperties; }
91 uint32_t GetRenderingQueueFamilyIndex() { return m_renderingQueueFamilyIndex; }

Callers 8

SaveDownloadQueueMethod · 0.45
IsDownloadInProgressMethod · 0.45
IsCountryInQueueMethod · 0.45
OnFinishDownloadingMethod · 0.45
CalculateProgressMethod · 0.45
CancelDownloadNodeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected