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

Function glDrawElementArrayATI

source/glbinding/source/gl/functions_d.cpp:526–529  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

524}
525
526void glDrawElementArrayATI(GLenum mode, GLsizei count)
527{
528 return glbinding::Binding::DrawElementArrayATI(mode, count);
529}
530
531void glDrawElements(GLenum mode, GLsizei count, GLenum type, const void * indices)
532{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected