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

Function glColor4uiv

source/glbinding/source/gl/functions_c.cpp:471–474  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

469}
470
471void glColor4uiv(const GLuint * v)
472{
473 return glbinding::Binding::Color4uiv(v);
474}
475
476void glColor4us(GLushort red, GLushort green, GLushort blue, GLushort alpha)
477{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected