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

Function glColorP4uiv

source/glbinding/source/gl/functions_c.cpp:551–554  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

549}
550
551void glColorP4uiv(GLenum type, const GLuint * color)
552{
553 return glbinding::Binding::ColorP4uiv(type, color);
554}
555
556void glColorPointer(GLint size, GLenum type, GLsizei stride, const void * pointer)
557{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected