GL.BlendEquationSeparate Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
BlendEquationSeparate(All, All) |
Obsolete.
|
BlendEquationSeparate(BlendEquationMode, BlendEquationMode) |
BlendEquationSeparate(All, All)
Caution
Use the overload with strongly typed enumerations
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glBlendEquationSeparate", Version="2.0")]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void BlendEquationSeparate (OpenTK.Graphics.ES20.All modeRGB, OpenTK.Graphics.ES20.All modeAlpha);
static member BlendEquationSeparate : OpenTK.Graphics.ES20.All * OpenTK.Graphics.ES20.All -> unit
Parameters
- modeRGB
- All
- modeAlpha
- All
- Attributes
Applies to
BlendEquationSeparate(BlendEquationMode, BlendEquationMode)
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glBlendEquationSeparate", Version="2.0")]
public static void BlendEquationSeparate (OpenTK.Graphics.ES20.BlendEquationMode modeRGB, OpenTK.Graphics.ES20.BlendEquationMode modeAlpha);
static member BlendEquationSeparate : OpenTK.Graphics.ES20.BlendEquationMode * OpenTK.Graphics.ES20.BlendEquationMode -> unit
Parameters
- modeRGB
- BlendEquationMode
- modeAlpha
- BlendEquationMode
- Attributes