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

Method Advance

libs/drape/vulkan/vulkan_gpu_buffer_impl.hpp:34–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32 void Unmap(ref_ptr<VulkanBaseContext> context);
33
34 void Advance(uint32_t elementCount) { BufferBase::UploadData(elementCount); }
35
36 VkBuffer GetVulkanBuffer() const { return m_geometryBuffer.m_buffer; }
37

Callers 2

UNIT_TESTFunction · 0.45
UploadDataMethod · 0.45

Calls

no outgoing calls

Tested by 1

UNIT_TESTFunction · 0.36