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

Function glColor3fv

source/glbinding/source/gl/functions_c.cpp:281–284  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

279}
280
281void glColor3fv(const GLfloat * v)
282{
283 return glbinding::Binding::Color3fv(v);
284}
285
286void glColor3fVertex3fSUN(GLfloat r, GLfloat g, GLfloat b, GLfloat x, GLfloat y, GLfloat z)
287{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected