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

Method FlushData

libs/drape/batcher_helpers.cpp:207–212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

205}
206
207void UniversalBatch::FlushData(ref_ptr<GraphicsContext> context, ref_ptr<AttributeProvider> streams,
208 uint32_t vertexCount) const
209{
210 for (uint8_t i = 0; i < streams->GetStreamCount(); ++i)
211 FlushData(context, streams->GetBindingInfo(i), streams->GetRawPointer(i), vertexCount);
212}
213
214void UniversalBatch::FlushData(ref_ptr<GraphicsContext> context, BindingInfo const & info, void const * data,
215 uint32_t elementCount) const

Callers

nothing calls this directly

Calls 2

GetStreamCountMethod · 0.80
GetRawPointerMethod · 0.45

Tested by

no test coverage detected