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

Method colorMask

source/globjects/source/Framebuffer.cpp:232–235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

230}
231
232void Framebuffer::colorMask(const GLboolean red, const GLboolean green, const GLboolean blue, const GLboolean alpha)
233{
234 glColorMask(red, green, blue, alpha);
235}
236
237void Framebuffer::colorMask(const glm::bvec4 & mask)
238{

Callers 1

currentStateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected