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

Function glColor3ui

source/glbinding/source/gl/functions_c.cpp:336–339  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

334}
335
336void glColor3ui(GLuint red, GLuint green, GLuint blue)
337{
338 return glbinding::Binding::Color3ui(red, green, blue);
339}
340
341void glColor3uiv(const GLuint * v)
342{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected