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

Function glBlendColorxOES

source/glbinding/source/gl/functions_b.cpp:431–434  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

429}
430
431void glBlendColorxOES(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha)
432{
433 return glbinding::Binding::BlendColorxOES(red, green, blue, alpha);
434}
435
436void glBlendEquation(GLenum mode)
437{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected