Show / Hide Table of Contents

Enum BlendEquationMode

Used in GL.Arb.BlendEquation, GL.BlendEquation and 2 other functions

Namespace: OpenTK.Graphics.OpenGL
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

In This Article
Back to top Generated by DocFX