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

Function glBlendFunci

source/glbinding/source/gl/functions_b.cpp:491–494  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

489}
490
491void glBlendFunci(GLuint buf, GLenum src, GLenum dst)
492{
493 return glbinding::Binding::BlendFunci(buf, src, dst);
494}
495
496void glBlendFunciARB(GLuint buf, GLenum src, GLenum dst)
497{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected