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

Function glColor3s

source/glbinding/source/gl/functions_c.cpp:316–319  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

314}
315
316void glColor3s(GLshort red, GLshort green, GLshort blue)
317{
318 return glbinding::Binding::Color3s(red, green, blue);
319}
320
321void glColor3sv(const GLshort * v)
322{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected