MCPcopy Create free account
hub / github.com/comaps/comaps / ~VulkanGPUBuffer

Method ~VulkanGPUBuffer

libs/drape/vulkan/vulkan_gpu_buffer_impl.cpp:25–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25VulkanGPUBuffer::~VulkanGPUBuffer()
26{
27 CHECK(m_objectManager != nullptr, ());
28 m_objectManager->DestroyObject(m_geometryBuffer);
29}
30
31void * VulkanGPUBuffer::Map(ref_ptr<VulkanBaseContext> context, uint32_t elementOffset, uint32_t elementCount)
32{

Callers

nothing calls this directly

Calls 1

DestroyObjectMethod · 0.80

Tested by

no test coverage detected