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

Method Render

libs/drape/vertex_array_buffer.cpp:158–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156}
157
158void VertexArrayBuffer::Render(ref_ptr<GraphicsContext> context, bool drawAsLine)
159{
160 RenderRange(context, drawAsLine, IndicesRange(0, GetIndexBuffer()->GetCurrentSize()));
161}
162
163void VertexArrayBuffer::RenderRange(ref_ptr<GraphicsContext> context, bool drawAsLine, IndicesRange const & range)
164{

Callers

nothing calls this directly

Calls 2

IndicesRangeClass · 0.85
GetCurrentSizeMethod · 0.45

Tested by

no test coverage detected