Show / Hide Table of Contents

Enum BlendEquationMode

Used in GL.BlendEquation, GL.BlendEquationSeparate and 4 other functions

Namespace: OpenTK.Graphics.ES20
Assembly: OpenTK.dll
Syntax
public enum BlendEquationMode

Fields

Name Description
FuncAdd

Original was GL_FuncAdd = 0X8006

FuncReverseSubtract

Original was GL_FuncReverseSubtract = 0X800b

FuncSubtract

Original was GL_FuncSubtract = 0X800a

In This Article
Back to top Generated by DocFX