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

Function glDrawBuffersARB

source/glbinding/source/gl/functions_d.cpp:491–494  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

489}
490
491void glDrawBuffersARB(GLsizei n, const GLenum * bufs)
492{
493 return glbinding::Binding::DrawBuffersARB(n, bufs);
494}
495
496void glDrawBuffersATI(GLsizei n, const GLenum * bufs)
497{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected