Enum BlendEquationMode
Used in GL.Arb.BlendEquation, GL.BlendEquation and 2 other functions
Namespace: OpenTK.Graphics.OpenGL
Assembly: OpenTK.dll
Syntax
public enum BlendEquationModeFields
| Name | Description | 
|---|---|
| FuncAdd | Original was GL_FUNC_ADD = 0x8006 | 
| FuncReverseSubtract | Original was GL_FUNC_REVERSE_SUBTRACT = 0x800B | 
| FuncSubtract | Original was GL_FUNC_SUBTRACT = 0x800A | 
| Max | Original was GL_MAX = 0x8008 | 
| Min | Original was GL_MIN = 0x8007 |