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

Function glColorP3uiv

source/glbinding/source/gl/functions_c.cpp:541–544  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

539}
540
541void glColorP3uiv(GLenum type, const GLuint * color)
542{
543 return glbinding::Binding::ColorP3uiv(type, color);
544}
545
546void glColorP4ui(GLenum type, GLuint color)
547{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected