| 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; } |
no outgoing calls
no test coverage detected