MCPcopy Create free account
hub / github.com/cginternals/globjects / drawElements

Method drawElements

source/globjects/source/VertexArray.cpp:182–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

180}
181
182void VertexArray::drawElements(const GLenum mode, const GLsizei count, const GLenum type, const void * indices) const
183{
184 bind();
185 glDrawElements(mode, count, type, indices);
186}
187
188void VertexArray::drawElementsBaseVertex(const GLenum mode, const GLsizei count, const GLenum type, const void* indices, const GLint baseVertex) const
189{

Callers 1

drawMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected