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

Function glColor4f

source/glbinding/source/gl/functions_c.cpp:386–389  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

384}
385
386void glColor4f(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha)
387{
388 return glbinding::Binding::Color4f(red, green, blue, alpha);
389}
390
391void glColor4fNormal3fVertex3fSUN(GLfloat r, GLfloat g, GLfloat b, GLfloat a, GLfloat nx, GLfloat ny, GLfloat nz, GLfloat x, GLfloat y, GLfloat z)
392{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected