Click or drag to resize

glGetBlendEquationAlpha Method

Gets the current alpha blend equation.

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

Return Value

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