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

Function glBlendFuncSeparateiARB

source/glbinding/source/gl/functions_b.cpp:521–524  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

519}
520
521void glBlendFuncSeparateiARB(GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha)
522{
523 return glbinding::Binding::BlendFuncSeparateiARB(buf, srcRGB, dstRGB, srcAlpha, dstAlpha);
524}
525
526void glBlendFuncSeparateIndexedAMD(GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha)
527{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected