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

Function glColor4bv

source/glbinding/source/gl/functions_c.cpp:371–374  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

369}
370
371void glColor4bv(const GLbyte * v)
372{
373 return glbinding::Binding::Color4bv(v);
374}
375
376void glColor4d(GLdouble red, GLdouble green, GLdouble blue, GLdouble alpha)
377{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected