MCPcopy 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
87GLuint Model::getIndicesCount() const
88{
89 return m_indicesCount;
90}
91
92void Model::addVBO(int dim, const std::vector<GLfloat>& data)
93{

Callers 5

drawMethod · 0.80
updateMethod · 0.80
drawMethod · 0.80
updateMethod · 0.80
drawMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected