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

Function glBlendEquationSeparate

source/glbinding/source/gl/functions_b.cpp:461–464  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

459}
460
461void glBlendEquationSeparate(GLenum modeRGB, GLenum modeAlpha)
462{
463 return glbinding::Binding::BlendEquationSeparate(modeRGB, modeAlpha);
464}
465
466void glBlendEquationSeparateEXT(GLenum modeRGB, GLenum modeAlpha)
467{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected