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

Function glColor3ub

source/glbinding/source/gl/functions_c.cpp:326–329  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

324}
325
326void glColor3ub(GLubyte red, GLubyte green, GLubyte blue)
327{
328 return glbinding::Binding::Color3ub(red, green, blue);
329}
330
331void glColor3ubv(const GLubyte * v)
332{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected