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

Method multiDrawElements

source/globjects/source/VertexArray.cpp:218–222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

216}
217
218void VertexArray::multiDrawElements(const GLenum mode, const GLsizei* count, const GLenum type, const void** indices, const GLsizei drawCount) const
219{
220 bind();
221 glMultiDrawElements(mode, count, type, indices, drawCount);
222}
223
224void VertexArray::multiDrawElementsBaseVertex(const GLenum mode, const GLsizei* count, const GLenum type, const void** indices, const GLsizei drawCount, GLint* baseVertex) const
225{

Callers

nothing calls this directly

Calls 2

dataMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected