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

Function glColorMaski

source/glbinding/source/gl/functions_c.cpp:521–524  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

519}
520
521void glColorMaski(GLuint index, GLboolean r, GLboolean g, GLboolean b, GLboolean a)
522{
523 return glbinding::Binding::ColorMaski(index, r, g, b, a);
524}
525
526void glColorMaskIndexedEXT(GLuint index, GLboolean r, GLboolean g, GLboolean b, GLboolean a)
527{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected