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

Method GetIndexBuffer

libs/drape/vertex_array_buffer.cpp:421–425  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

419}
420
421ref_ptr<DataBufferBase> VertexArrayBuffer::GetIndexBuffer() const
422{
423 CHECK(m_indexBuffer != nullptr, ());
424 return m_indexBuffer->GetBuffer();
425}
426
427void VertexArrayBuffer::CollectBindingInfo(dp::BindingInfo const & bindingInfo)
428{

Callers

nothing calls this directly

Calls 1

GetBufferMethod · 0.45

Tested by

no test coverage detected