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

Function glBlendEquation

source/glbinding/source/gl/functions_b.cpp:436–439  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

434}
435
436void glBlendEquation(GLenum mode)
437{
438 return glbinding::Binding::BlendEquation(mode);
439}
440
441void glBlendEquationEXT(GLenum mode)
442{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected