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

Function glColorMaskIndexedEXT

source/glbinding/source/gl/functions_c.cpp:526–529  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

524}
525
526void glColorMaskIndexedEXT(GLuint index, GLboolean r, GLboolean g, GLboolean b, GLboolean a)
527{
528 return glbinding::Binding::ColorMaskIndexedEXT(index, r, g, b, a);
529}
530
531void glColorMaterial(GLenum face, GLenum mode)
532{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected