MCPcopy Create free account
hub / github.com/defold/defold / SetBlendEquationSeparate

Function SetBlendEquationSeparate

engine/graphics/src/graphics.cpp:2257–2260  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2255 g_functions.m_SetBlendFuncSeparate(context, src_factor_color, dst_factor_color, src_factor_alpha, dst_factor_alpha);
2256 }
2257 void SetBlendEquationSeparate(HContext context, BlendEquation equation_color, BlendEquation equation_alpha)
2258 {
2259 g_functions.m_SetBlendEquationSeparate(context, equation_color, equation_alpha);
2260 }
2261 void SetColorMask(HContext context, bool red, bool green, bool blue, bool alpha)
2262 {
2263 g_functions.m_SetColorMask(context, red, green, blue, alpha);

Callers 2

ParseCommandsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected