| 91 | uint32_t GetRenderingQueueFamilyIndex() { return m_renderingQueueFamilyIndex; } |
| 92 | |
| 93 | ref_ptr<VulkanObjectManager> GetObjectManager() const { return m_objectManager; } |
| 94 | |
| 95 | // The following methods return short-live objects. Typically they must not be stored. |
| 96 | VkCommandBuffer GetCurrentMemoryCommandBuffer() const; |
no outgoing calls
no test coverage detected