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

Method GetDevice

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

Source from the content-addressed store, hash-verified

85
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; }

Callers 6

ApplyBytesMethod · 0.45
VulkanProgramPoolMethod · 0.45
DestroyMethod · 0.45
VulkanStagingBufferMethod · 0.45
UpdateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected