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

Function glBlendColor

source/glbinding/source/gl/functions_b.cpp:421–424  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

419}
420
421void glBlendColor(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha)
422{
423 return glbinding::Binding::BlendColor(red, green, blue, alpha);
424}
425
426void glBlendColorEXT(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha)
427{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected