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

Function glColor3us

source/glbinding/source/gl/functions_c.cpp:346–349  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

344}
345
346void glColor3us(GLushort red, GLushort green, GLushort blue)
347{
348 return glbinding::Binding::Color3us(red, green, blue);
349}
350
351void glColor3usv(const GLushort * v)
352{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected