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

Function glBlendColorEXT

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

Source from the content-addressed store, hash-verified

424}
425
426void glBlendColorEXT(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha)
427{
428 return glbinding::Binding::BlendColorEXT(red, green, blue, alpha);
429}
430
431void glBlendColorxOES(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha)
432{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected