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

Function glColor3i

source/glbinding/source/gl/functions_c.cpp:306–309  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

304}
305
306void glColor3i(GLint red, GLint green, GLint blue)
307{
308 return glbinding::Binding::Color3i(red, green, blue);
309}
310
311void glColor3iv(const GLint * v)
312{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected