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

Function glColor3b

source/glbinding/source/gl/functions_c.cpp:256–259  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

254}
255
256void glColor3b(GLbyte red, GLbyte green, GLbyte blue)
257{
258 return glbinding::Binding::Color3b(red, green, blue);
259}
260
261void glColor3bv(const GLbyte * v)
262{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected