 | glGetBlendEquationRgb Method |
Gets the current RGB blend equation.
Namespace:
Ooogles
Assembly:
Ooogles (in Ooogles.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static glBlendEquationMode GetBlendEquationRgb()
Public Shared Function GetBlendEquationRgb As glBlendEquationMode
public:
static glBlendEquationMode GetBlendEquationRgb()
static member GetBlendEquationRgb : unit -> glBlendEquationMode
Return Value
Type:
glBlendEquationModeThe blend equation.
RemarksOpenGL API: glGetIntegerv(GL_BLEND_EQUATION_RGB)
See Also