MCPcopy Create free account
hub / github.com/SpartanJ/eepp / clearData

Method clearData

src/eepp/graphics/vertexbuffer.cpp:362–368  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

360}
361
362void VertexBuffer::clearData() {
363 mPosArray.clear();
364 for ( auto& texCoord : mTexCoordArray )
365 texCoord.clear();
366 mColorArray.clear();
367 mIndexArray.clear();
368}
369
370}} // namespace EE::Graphics

Callers 1

drawGridMethod · 0.80

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected