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

Function glColor4fv

source/glbinding/source/gl/functions_c.cpp:401–404  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

399}
400
401void glColor4fv(const GLfloat * v)
402{
403 return glbinding::Binding::Color4fv(v);
404}
405
406void glColor4hNV(GLhalfNV red, GLhalfNV green, GLhalfNV blue, GLhalfNV alpha)
407{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected