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

Function glColor4ubVertex3fvSUN

source/glbinding/source/gl/functions_c.cpp:461–464  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

459}
460
461void glColor4ubVertex3fvSUN(const GLubyte * c, const GLfloat * v)
462{
463 return glbinding::Binding::Color4ubVertex3fvSUN(c, v);
464}
465
466void glColor4ui(GLuint red, GLuint green, GLuint blue, GLuint alpha)
467{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected