| 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); |
no outgoing calls