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

Function glDrawBuffers

source/glbinding/source/gl/functions_d.cpp:486–489  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

484}
485
486void glDrawBuffers(GLsizei n, const GLenum * bufs)
487{
488 return glbinding::Binding::DrawBuffers(n, bufs);
489}
490
491void glDrawBuffersARB(GLsizei n, const GLenum * bufs)
492{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected