Click or drag to resize

glGetBlendEquationRgb Method

Gets the current RGB blend equation.

Namespace:  Ooogles
Assembly:  Ooogles (in Ooogles.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static glBlendEquationMode GetBlendEquationRgb()

Return Value

Type: glBlendEquationMode
The blend equation.
Remarks
OpenGL API: glGetIntegerv(GL_BLEND_EQUATION_RGB)
See Also