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

Function glColor4ui

source/glbinding/source/gl/functions_c.cpp:466–469  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

464}
465
466void glColor4ui(GLuint red, GLuint green, GLuint blue, GLuint alpha)
467{
468 return glbinding::Binding::Color4ui(red, green, blue, alpha);
469}
470
471void glColor4uiv(const GLuint * v)
472{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected