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

Function glColor4xOES

source/glbinding/source/gl/functions_c.cpp:486–489  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

484}
485
486void glColor4xOES(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha)
487{
488 return glbinding::Binding::Color4xOES(red, green, blue, alpha);
489}
490
491void glColor4xvOES(const GLfixed * components)
492{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected