GL.BlendEquation 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
BlendEquation(All) |
Obsolete.
|
BlendEquation(BlendEquationMode) |
BlendEquation(All)
Caution
Use the overload with strongly typed enumerations
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glBlendEquation", Version="2.0")]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void BlendEquation (OpenTK.Graphics.ES20.All mode);
static member BlendEquation : OpenTK.Graphics.ES20.All -> unit
Parameters
- mode
- All
- Attributes
Applies to
BlendEquation(BlendEquationMode)
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glBlendEquation", Version="2.0")]
public static void BlendEquation (OpenTK.Graphics.ES20.BlendEquationMode mode);
static member BlendEquation : OpenTK.Graphics.ES20.BlendEquationMode -> unit
Parameters
- mode
- BlendEquationMode
- Attributes