Class GL.Ingr
Inherited Members
Namespace: OpenTK.Graphics.OpenGL
Assembly: OpenTK.dll
Syntax
public static class Ingr
Methods
BlendFuncSeparate(All, All, All, All)
[requires: INGR_blend_func_separate] Specify pixel arithmetic for RGB and alpha components separately
Declaration
[Obsolete("Use IngrBlendFuncSeparate overload instead")]
[AutoGenerated(Category = "INGR_blend_func_separate", Version = "", EntryPoint = "glBlendFuncSeparateINGR")]
public static void BlendFuncSeparate(All sfactorRGB, All dfactorRGB, All sfactorAlpha, All dfactorAlpha)
Parameters
Type | Name | Description |
---|---|---|
All | sfactorRGB | For glBlendFuncSeparatei, specifies the index of the draw buffer for which to set the blend functions. |
All | dfactorRGB | Specifies how the red, green, and blue blending factors are computed. The initial value is One. |
All | sfactorAlpha | Specifies how the red, green, and blue destination blending factors are computed. The initial value is Zero. |
All | dfactorAlpha | Specified how the alpha source blending factor is computed. The initial value is One. |
BlendFuncSeparate(BlendingFactor, BlendingFactor, BlendingFactor, BlendingFactor)
[requires: INGR_blend_func_separate] Specify pixel arithmetic for RGB and alpha components separately
Declaration
[AutoGenerated(Category = "INGR_blend_func_separate", Version = "", EntryPoint = "glBlendFuncSeparateINGR")]
public static void BlendFuncSeparate(BlendingFactor sfactorRGB, BlendingFactor dfactorRGB, BlendingFactor sfactorAlpha, BlendingFactor dfactorAlpha)
Parameters
Type | Name | Description |
---|---|---|
BlendingFactor | sfactorRGB | For glBlendFuncSeparatei, specifies the index of the draw buffer for which to set the blend functions. |
BlendingFactor | dfactorRGB | Specifies how the red, green, and blue blending factors are computed. The initial value is One. |
BlendingFactor | sfactorAlpha | Specifies how the red, green, and blue destination blending factors are computed. The initial value is Zero. |
BlendingFactor | dfactorAlpha | Specified how the alpha source blending factor is computed. The initial value is One. |