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

Function glColor3usv

source/glbinding/source/gl/functions_c.cpp:351–354  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

349}
350
351void glColor3usv(const GLushort * v)
352{
353 return glbinding::Binding::Color3usv(v);
354}
355
356void glColor3xOES(GLfixed red, GLfixed green, GLfixed blue)
357{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected