| 809 | } |
| 810 | |
| 811 | VkCommandBuffer VulkanBaseContext::GetCurrentRenderingCommandBuffer() const |
| 812 | { |
| 813 | return m_renderingCommandBuffers[m_inflightFrameIndex]; |
| 814 | } |
| 815 | |
| 816 | ref_ptr<VulkanStagingBuffer> VulkanBaseContext::GetDefaultStagingBuffer() const |
| 817 | { |
no outgoing calls
no test coverage detected