Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
69
DataBufferMapper::~DataBufferMapper()
70
{
71
m_buffer->GetBuffer()->Unmap(m_context);
72
}
73
74
void DataBufferMapper::UpdateData(void const * data, uint32_t elementOffset, uint32_t elementCount)
75
{
Callers
nothing calls this directly
Calls
2
Unmap
Method · 0.45
GetBuffer
Method · 0.45
Tested by
no test coverage detected