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

Function glBlendFunc

source/glbinding/source/gl/functions_b.cpp:486–489  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

484}
485
486void glBlendFunc(GLenum sfactor, GLenum dfactor)
487{
488 return glbinding::Binding::BlendFunc(sfactor, dfactor);
489}
490
491void glBlendFunci(GLuint buf, GLenum src, GLenum dst)
492{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected