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

Function glColor4sv

source/glbinding/source/gl/functions_c.cpp:431–434  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

429}
430
431void glColor4sv(const GLshort * v)
432{
433 return glbinding::Binding::Color4sv(v);
434}
435
436void glColor4ub(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha)
437{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected