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

Function glColor4usv

source/glbinding/source/gl/functions_c.cpp:481–484  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

479}
480
481void glColor4usv(const GLushort * v)
482{
483 return glbinding::Binding::Color4usv(v);
484}
485
486void glColor4xOES(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha)
487{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected