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

Function glDrawBuffer

source/glbinding/source/gl/functions_d.cpp:481–484  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

479}
480
481void glDrawBuffer(GLenum buf)
482{
483 return glbinding::Binding::DrawBuffer(buf);
484}
485
486void glDrawBuffers(GLsizei n, const GLenum * bufs)
487{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected