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

Function glColor4s

source/glbinding/source/gl/functions_c.cpp:426–429  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

424}
425
426void glColor4s(GLshort red, GLshort green, GLshort blue, GLshort alpha)
427{
428 return glbinding::Binding::Color4s(red, green, blue, alpha);
429}
430
431void glColor4sv(const GLshort * v)
432{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected