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

Method multiDrawArrays

source/globjects/source/VertexArray.cpp:170–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168}
169
170void VertexArray::multiDrawArrays(const GLenum mode, GLint* first, const GLsizei* count, const GLsizei drawCount) const
171{
172 bind();
173 glMultiDrawArrays(mode, first, count, drawCount);
174}
175
176void VertexArray::multiDrawArraysIndirect(const GLenum mode, const void* indirect, const GLsizei drawCount, const GLsizei stride) const
177{

Callers

nothing calls this directly

Calls 2

dataMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected