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

Function glBlendFunciARB

source/glbinding/source/gl/functions_b.cpp:496–499  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

494}
495
496void glBlendFunciARB(GLuint buf, GLenum src, GLenum dst)
497{
498 return glbinding::Binding::BlendFunciARB(buf, src, dst);
499}
500
501void glBlendFuncIndexedAMD(GLuint buf, GLenum src, GLenum dst)
502{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected