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

Function glColor4dv

source/glbinding/source/gl/functions_c.cpp:381–384  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

379}
380
381void glColor4dv(const GLdouble * v)
382{
383 return glbinding::Binding::Color4dv(v);
384}
385
386void glColor4f(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha)
387{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected