GL.Oes.BlendFuncSeparate(All, All, All, All) 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.
[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glBlendFuncSeparateOES", Version="1.1")]
public static void BlendFuncSeparate (OpenTK.Graphics.ES11.All srcRGB, OpenTK.Graphics.ES11.All dstRGB, OpenTK.Graphics.ES11.All srcAlpha, OpenTK.Graphics.ES11.All dstAlpha);
static member BlendFuncSeparate : OpenTK.Graphics.ES11.All * OpenTK.Graphics.ES11.All * OpenTK.Graphics.ES11.All * OpenTK.Graphics.ES11.All -> unit
Parameters
- srcRGB
- All
- dstRGB
- All
- srcAlpha
- All
- dstAlpha
- All
- Attributes