Enum BlendEquationMode
Used in GL.Arb.BlendEquation, GL.BlendEquation and 1 other function
Namespace: OpenTK.Graphics.OpenGL4
Assembly: OpenTK.dll
Syntax
public enum BlendEquationMode
Fields
| 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 |