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

Function glDrawArraysInstanced

source/glbinding/source/gl/functions_d.cpp:461–464  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

459}
460
461void glDrawArraysInstanced(GLenum mode, GLint first, GLsizei count, GLsizei instancecount)
462{
463 return glbinding::Binding::DrawArraysInstanced(mode, first, count, instancecount);
464}
465
466void glDrawArraysInstancedARB(GLenum mode, GLint first, GLsizei count, GLsizei primcount)
467{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected