Show / Hide Table of Contents

Enum DrawBufferMode

Used in GL.DrawBuffer, GL.NamedFramebufferDrawBuffer and 2 other functions

Namespace: OpenTK.Graphics.OpenGL
Assembly: OpenTK.dll
Syntax
public enum DrawBufferMode

Fields

Name Description
Aux0

Original was GL_AUX0 = 0x0409

Aux1

Original was GL_AUX1 = 0x040A

Aux2

Original was GL_AUX2 = 0x040B

Aux3

Original was GL_AUX3 = 0x040C

Back

Original was GL_BACK = 0x0405

BackLeft

Original was GL_BACK_LEFT = 0x0402

BackRight

Original was GL_BACK_RIGHT = 0x0403

ColorAttachment0

Original was GL_COLOR_ATTACHMENT0 = 0x8CE0

ColorAttachment1

Original was GL_COLOR_ATTACHMENT1 = 0x8CE1

ColorAttachment10

Original was GL_COLOR_ATTACHMENT10 = 0x8CEA

ColorAttachment11

Original was GL_COLOR_ATTACHMENT11 = 0x8CEB

ColorAttachment12

Original was GL_COLOR_ATTACHMENT12 = 0x8CEC

ColorAttachment13

Original was GL_COLOR_ATTACHMENT13 = 0x8CED

ColorAttachment14

Original was GL_COLOR_ATTACHMENT14 = 0x8CEE

ColorAttachment15

Original was GL_COLOR_ATTACHMENT15 = 0x8CEF

ColorAttachment2

Original was GL_COLOR_ATTACHMENT2 = 0x8CE2

ColorAttachment3

Original was GL_COLOR_ATTACHMENT3 = 0x8CE3

ColorAttachment4

Original was GL_COLOR_ATTACHMENT4 = 0x8CE4

ColorAttachment5

Original was GL_COLOR_ATTACHMENT5 = 0x8CE5

ColorAttachment6

Original was GL_COLOR_ATTACHMENT6 = 0x8CE6

ColorAttachment7

Original was GL_COLOR_ATTACHMENT7 = 0x8CE7

ColorAttachment8

Original was GL_COLOR_ATTACHMENT8 = 0x8CE8

ColorAttachment9

Original was GL_COLOR_ATTACHMENT9 = 0x8CE9

Front

Original was GL_FRONT = 0x0404

FrontAndBack

Original was GL_FRONT_AND_BACK = 0x0408

FrontLeft

Original was GL_FRONT_LEFT = 0x0400

FrontRight

Original was GL_FRONT_RIGHT = 0x0401

Left

Original was GL_LEFT = 0x0406

None

Original was GL_NONE = 0

NoneOes

Original was GL_NONE_OES = 0

Right

Original was GL_RIGHT = 0x0407

In This Article
Back to top Generated by DocFX