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

Method GetIndexCount

libs/drape/vertex_array_buffer.cpp:331–334  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

329}
330
331uint32_t VertexArrayBuffer::GetIndexCount() const
332{
333 return GetIndexBuffer()->GetCurrentSize();
334}
335
336void VertexArrayBuffer::UploadIndices(ref_ptr<GraphicsContext> context, void const * data, uint32_t count)
337{

Callers 3

SetVAOMethod · 0.45
ApplyMutationMethod · 0.45

Calls 1

GetCurrentSizeMethod · 0.45

Tested by

no test coverage detected