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

Function glColor3xOES

source/glbinding/source/gl/functions_c.cpp:356–359  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

354}
355
356void glColor3xOES(GLfixed red, GLfixed green, GLfixed blue)
357{
358 return glbinding::Binding::Color3xOES(red, green, blue);
359}
360
361void glColor3xvOES(const GLfixed * components)
362{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected