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

Function glColorP3ui

source/glbinding/source/gl/functions_c.cpp:536–539  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

534}
535
536void glColorP3ui(GLenum type, GLuint color)
537{
538 return glbinding::Binding::ColorP3ui(type, color);
539}
540
541void glColorP3uiv(GLenum type, const GLuint * color)
542{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected