MCPcopy Create free account
hub / github.com/cginternals/glbinding / glDrawElements

Function glDrawElements

source/glbinding/source/gl/functions_d.cpp:531–534  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

529}
530
531void glDrawElements(GLenum mode, GLsizei count, GLenum type, const void * indices)
532{
533 return glbinding::Binding::DrawElements(mode, count, type, indices);
534}
535
536void glDrawElementsBaseVertex(GLenum mode, GLsizei count, GLenum type, const void * indices, GLint basevertex)
537{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected