GL.BlendFunc Method

Definition

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

Attributes

Applies to