MCPcopy Create free account
hub / github.com/cginternals/globjects / setDrawBuffers

Method setDrawBuffers

source/globjects/source/Framebuffer.cpp:170–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168}
169
170void Framebuffer::setDrawBuffers(const GLsizei n, const GLenum * modes) const
171{
172 assert(modes != nullptr || n == 0);
173
174 implementation().setDrawBuffers(this, n, modes);
175}
176
177void Framebuffer::setDrawBuffers(const std::vector<GLenum> & modes) const
178{

Callers 1

blitMethod · 0.45

Calls 2

dataMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected