Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Hopson97/HopsonCraft
/ getIndicesCount
Method
getIndicesCount
Source/Model.cpp:87–90 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
85
}
86
87
GLuint Model::getIndicesCount() const
88
{
89
return m_indicesCount;
90
}
91
92
void Model::addVBO(int dim, const std::vector<GLfloat>& data)
93
{
Callers
5
draw
Method · 0.80
update
Method · 0.80
draw
Method · 0.80
update
Method · 0.80
draw
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected