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