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

Function glColor4i

source/glbinding/source/gl/functions_c.cpp:416–419  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

414}
415
416void glColor4i(GLint red, GLint green, GLint blue, GLint alpha)
417{
418 return glbinding::Binding::Color4i(red, green, blue, alpha);
419}
420
421void glColor4iv(const GLint * v)
422{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected