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

Method GetDynamicBufferOffset

libs/drape/vertex_array_buffer.cpp:326–329  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

324}
325
326uint32_t VertexArrayBuffer::GetDynamicBufferOffset(BindingInfo const & bindingInfo)
327{
328 return GetOrCreateDynamicBuffer(bindingInfo)->GetBuffer()->GetCurrentSize();
329}
330
331uint32_t VertexArrayBuffer::GetIndexCount() const
332{

Callers 1

FlushDataMethod · 0.80

Calls 2

GetCurrentSizeMethod · 0.45
GetBufferMethod · 0.45

Tested by

no test coverage detected