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

Function glColor3bv

source/glbinding/source/gl/functions_c.cpp:261–264  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

259}
260
261void glColor3bv(const GLbyte * v)
262{
263 return glbinding::Binding::Color3bv(v);
264}
265
266void glColor3d(GLdouble red, GLdouble green, GLdouble blue)
267{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected