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

Function glColor4ubv

source/glbinding/source/gl/functions_c.cpp:441–444  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

439}
440
441void glColor4ubv(const GLubyte * v)
442{
443 return glbinding::Binding::Color4ubv(v);
444}
445
446void glColor4ubVertex2fSUN(GLubyte r, GLubyte g, GLubyte b, GLubyte a, GLfloat x, GLfloat y)
447{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected