Show / Hide Table of Contents

Enum OesblendFuncSeparate

Not used directly.

Namespace: OpenTK.Graphics.ES11
Assembly: OpenTK.dll
Syntax
[Obsolete("Use enum with correct capitalisation instead.")]
[CLSCompliant(false)]
public enum OesblendFuncSeparate

Fields

Name Description
BlendDstAlphaOes

Original was GL_BLEND_DST_ALPHA_OES = 0x80CA

BlendDstRgbOes

Original was GL_BLEND_DST_RGB_OES = 0x80C8

BlendSrcAlphaOes

Original was GL_BLEND_SRC_ALPHA_OES = 0x80CB

BlendSrcRgbOes

Original was GL_BLEND_SRC_RGB_OES = 0x80C9

OesBlendFuncSeparate

Original was GL_OES_blend_func_separate = 1

In This Article
Back to top Generated by DocFX