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

Function SetColorMask

engine/graphics/src/graphics.cpp:2261–2264  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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);
2264 }
2265 void SetDepthMask(HContext context, bool enable_mask)
2266 {
2267 g_functions.m_SetDepthMask(context, enable_mask);

Callers 4

TEST_FFunction · 0.85
ParseCommandsFunction · 0.85
TEST_FFunction · 0.85

Calls

no outgoing calls

Tested by 2

TEST_FFunction · 0.68
TEST_FFunction · 0.68