Show / Hide Table of Contents

Enum OesblendSubtract

Not used directly.

Namespace: OpenTK.Graphics.ES11
Assembly: OpenTK.dll
Syntax
[Obsolete("Use enum with correct capitalisation instead.")]
[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

OesBlendSubtract

Original was GL_OES_blend_subtract = 1

In This Article
Back to top Generated by DocFX