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

Function glColor4iv

source/glbinding/source/gl/functions_c.cpp:421–424  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

419}
420
421void glColor4iv(const GLint * v)
422{
423 return glbinding::Binding::Color4iv(v);
424}
425
426void glColor4s(GLshort red, GLshort green, GLshort blue, GLshort alpha)
427{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected