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

Function glDrawElementsInstanced

source/glbinding/source/gl/functions_d.cpp:546–549  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

544}
545
546void glDrawElementsInstanced(GLenum mode, GLsizei count, GLenum type, const void * indices, GLsizei instancecount)
547{
548 return glbinding::Binding::DrawElementsInstanced(mode, count, type, indices, instancecount);
549}
550
551void glDrawElementsInstancedARB(GLenum mode, GLsizei count, GLenum type, const void * indices, GLsizei primcount)
552{

Callers 2

drawMethod · 0.85
drawMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected