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

Function glColor3f

source/glbinding/source/gl/functions_c.cpp:276–279  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

274}
275
276void glColor3f(GLfloat red, GLfloat green, GLfloat blue)
277{
278 return glbinding::Binding::Color3f(red, green, blue);
279}
280
281void glColor3fv(const GLfloat * v)
282{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected