Show / Hide Table of Contents

Enum OesBlendSubtract

Not used directly.

Namespace: OpenTK.Graphics.ES11
Assembly: OpenTK.dll
Syntax
[CLSCompliant(false)]
public enum OesBlendSubtract

Fields

Name Description
BlendEquationOes

Original was GL_BLEND_EQUATION_OES = 0x8009

FuncAddOes

Original was GL_FUNC_ADD_OES = 0x8006

FuncReverseSubtractOes

Original was GL_FUNC_REVERSE_SUBTRACT_OES = 0x800B

FuncSubtractOes

Original was GL_FUNC_SUBTRACT_OES = 0x800A

In This Article
Back to top Generated by DocFX