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

Method GetCurrentRenderingCommandBuffer

libs/drape/vulkan/vulkan_base_context.cpp:811–814  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 4

ApplyStateFunction · 0.80
RenderRangeMethod · 0.80
DrawPrimitivesMethod · 0.80
DrawPrimitivesIndexedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected