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

Method GetNew

libs/drape/batcher.cpp:275–278  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

273}
274
275Batcher * BatcherFactory::GetNew() const
276{
277 return new Batcher(m_indexBufferSize, m_vertexBufferSize);
278}
279
280SessionGuard::SessionGuard(ref_ptr<GraphicsContext> context, Batcher & batcher, Batcher::TFlushFn && flusher)
281 : m_context(context)

Callers 2

ObjectPoolMethod · 0.45
GetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected