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

Function glDrawBuffersATI

source/glbinding/source/gl/functions_d.cpp:496–499  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

494}
495
496void glDrawBuffersATI(GLsizei n, const GLenum * bufs)
497{
498 return glbinding::Binding::DrawBuffersATI(n, bufs);
499}
500
501void glDrawCommandsAddressNV(GLenum primitiveMode, const GLuint64 * indirects, const GLsizei * sizes, GLuint count)
502{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected