Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
362
void 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
drawGrid
Method · 0.80
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected