Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SpartanJ/eepp
/ clear
Method
clear
src/eepp/graphics/vertexbuffer.cpp:358–360 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
356
}
357
358
void VertexBuffer::clear() {
359
clearData();
360
}
361
362
void VertexBuffer::clearData() {
363
mPosArray.clear();
Callers
1
clearData
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected