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