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

Function glBlendEquationi

source/glbinding/source/gl/functions_b.cpp:446–449  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

444}
445
446void glBlendEquationi(GLuint buf, GLenum mode)
447{
448 return glbinding::Binding::BlendEquationi(buf, mode);
449}
450
451void glBlendEquationiARB(GLuint buf, GLenum mode)
452{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected