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

Function glBlendEquationiARB

source/glbinding/source/gl/functions_b.cpp:451–454  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

449}
450
451void glBlendEquationiARB(GLuint buf, GLenum mode)
452{
453 return glbinding::Binding::BlendEquationiARB(buf, mode);
454}
455
456void glBlendEquationIndexedAMD(GLuint buf, GLenum mode)
457{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected