| 804 | } |
| 805 | |
| 806 | VkCommandBuffer VulkanBaseContext::GetCurrentMemoryCommandBuffer() const |
| 807 | { |
| 808 | return m_memoryCommandBuffers[m_inflightFrameIndex]; |
| 809 | } |
| 810 | |
| 811 | VkCommandBuffer VulkanBaseContext::GetCurrentRenderingCommandBuffer() const |
| 812 | { |
no outgoing calls
no test coverage detected