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

Method ~DataBufferMapper

libs/drape/data_buffer.cpp:69–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69DataBufferMapper::~DataBufferMapper()
70{
71 m_buffer->GetBuffer()->Unmap(m_context);
72}
73
74void DataBufferMapper::UpdateData(void const * data, uint32_t elementOffset, uint32_t elementCount)
75{

Callers

nothing calls this directly

Calls 2

UnmapMethod · 0.45
GetBufferMethod · 0.45

Tested by

no test coverage detected