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

Function glColor3uiv

source/glbinding/source/gl/functions_c.cpp:341–344  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

339}
340
341void glColor3uiv(const GLuint * v)
342{
343 return glbinding::Binding::Color3uiv(v);
344}
345
346void glColor3us(GLushort red, GLushort green, GLushort blue)
347{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected