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

Function glColorMask

source/glbinding/source/gl/functions_c.cpp:516–519  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

514}
515
516void glColorMask(GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha)
517{
518 return glbinding::Binding::ColorMask(red, green, blue, alpha);
519}
520
521void glColorMaski(GLuint index, GLboolean r, GLboolean g, GLboolean b, GLboolean a)
522{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected