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

Function glDrawRangeElements

source/glbinding/source/gl/functions_d.cpp:606–609  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

604}
605
606void glDrawRangeElements(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const void * indices)
607{
608 return glbinding::Binding::DrawRangeElements(mode, start, end, count, type, indices);
609}
610
611void glDrawRangeElementsBaseVertex(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const void * indices, GLint basevertex)
612{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected