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

Function glColor4us

source/glbinding/source/gl/functions_c.cpp:476–479  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

474}
475
476void glColor4us(GLushort red, GLushort green, GLushort blue, GLushort alpha)
477{
478 return glbinding::Binding::Color4us(red, green, blue, alpha);
479}
480
481void glColor4usv(const GLushort * v)
482{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected