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

Function glColor4xvOES

source/glbinding/source/gl/functions_c.cpp:491–494  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

489}
490
491void glColor4xvOES(const GLfixed * components)
492{
493 return glbinding::Binding::Color4xvOES(components);
494}
495
496void glColorFormatNV(GLint size, GLenum type, GLsizei stride)
497{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected