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

Function glBlendEquationEXT

source/glbinding/source/gl/functions_b.cpp:441–444  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

439}
440
441void glBlendEquationEXT(GLenum mode)
442{
443 return glbinding::Binding::BlendEquationEXT(mode);
444}
445
446void glBlendEquationi(GLuint buf, GLenum mode)
447{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected