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

Function glDrawArraysIndirect

source/glbinding/source/gl/functions_d.cpp:456–459  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

454}
455
456void glDrawArraysIndirect(GLenum mode, const void * indirect)
457{
458 return glbinding::Binding::DrawArraysIndirect(mode, indirect);
459}
460
461void glDrawArraysInstanced(GLenum mode, GLint first, GLsizei count, GLsizei instancecount)
462{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected