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

Function glDrawArraysEXT

source/glbinding/source/gl/functions_d.cpp:451–454  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

449}
450
451void glDrawArraysEXT(GLenum mode, GLint first, GLsizei count)
452{
453 return glbinding::Binding::DrawArraysEXT(mode, first, count);
454}
455
456void glDrawArraysIndirect(GLenum mode, const void * indirect)
457{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected