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

Function glColorP4ui

source/glbinding/source/gl/functions_c.cpp:546–549  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

544}
545
546void glColorP4ui(GLenum type, GLuint color)
547{
548 return glbinding::Binding::ColorP4ui(type, color);
549}
550
551void glColorP4uiv(GLenum type, const GLuint * color)
552{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected