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

Function glDrawElementsIndirect

source/glbinding/source/gl/functions_d.cpp:541–544  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

539}
540
541void glDrawElementsIndirect(GLenum mode, GLenum type, const void * indirect)
542{
543 return glbinding::Binding::DrawElementsIndirect(mode, type, indirect);
544}
545
546void glDrawElementsInstanced(GLenum mode, GLsizei count, GLenum type, const void * indices, GLsizei instancecount)
547{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected