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

Method GetCurrentMemoryCommandBuffer

libs/drape/vulkan/vulkan_base_context.cpp:806–809  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

804}
805
806VkCommandBuffer VulkanBaseContext::GetCurrentMemoryCommandBuffer() const
807{
808 return m_memoryCommandBuffers[m_inflightFrameIndex];
809}
810
811VkCommandBuffer VulkanBaseContext::GetCurrentRenderingCommandBuffer() const
812{

Callers 6

UploadDataMethod · 0.80
BindMethod · 0.80
UploadDataMethod · 0.80
MapMethod · 0.80
UnmapMethod · 0.80
UpdateBufferInternalMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected