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

Function glDrawElementArrayAPPLE

source/glbinding/source/gl/functions_d.cpp:521–524  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

519}
520
521void glDrawElementArrayAPPLE(GLenum mode, GLint first, GLsizei count)
522{
523 return glbinding::Binding::DrawElementArrayAPPLE(mode, first, count);
524}
525
526void glDrawElementArrayATI(GLenum mode, GLsizei count)
527{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected