MCPcopy Create free account
hub / github.com/cginternals/globjects / blendFuncSeparate

Method blendFuncSeparate

source/globjects/source/AbstractState.cpp:41–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41void AbstractState::blendFuncSeparate(const GLenum srcRGB, const GLenum dstRGB, const GLenum srcAlpha, const GLenum dstAlpha)
42{
43 add(new StateSetting(glBlendFuncSeparate, srcRGB, dstRGB, srcAlpha, dstAlpha));
44}
45
46void AbstractState::clearColor(const GLfloat red, const GLfloat green, const GLfloat blue, const GLfloat alpha)
47{

Callers 1

currentStateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected