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

Function glBlendFuncSeparatei

source/glbinding/source/gl/functions_b.cpp:516–519  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

514}
515
516void glBlendFuncSeparatei(GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha)
517{
518 return glbinding::Binding::BlendFuncSeparatei(buf, srcRGB, dstRGB, srcAlpha, dstAlpha);
519}
520
521void glBlendFuncSeparateiARB(GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha)
522{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected