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

Function glColor3sv

source/glbinding/source/gl/functions_c.cpp:321–324  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

319}
320
321void glColor3sv(const GLshort * v)
322{
323 return glbinding::Binding::Color3sv(v);
324}
325
326void glColor3ub(GLubyte red, GLubyte green, GLubyte blue)
327{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected