Show / Hide Table of Contents

Enum ColorPointerType

Used in GL.ColorPointer, GL.SecondaryColorPointer and 6 other functions

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

Fields

Name Description
Byte

Original was GL_BYTE = 0x1400

Double

Original was GL_DOUBLE = 0x140A

Float

Original was GL_FLOAT = 0x1406

HalfFloat

Original was GL_HALF_FLOAT = 0x140B

Int

Original was GL_INT = 0x1404

Int2101010Rev

Original was GL_INT_2_10_10_10_REV = 0x8D9F

Short

Original was GL_SHORT = 0x1402

UnsignedByte

Original was GL_UNSIGNED_BYTE = 0x1401

UnsignedInt

Original was GL_UNSIGNED_INT = 0x1405

UnsignedInt2101010Rev

Original was GL_UNSIGNED_INT_2_10_10_10_REV = 0x8368

UnsignedShort

Original was GL_UNSIGNED_SHORT = 0x1403

In This Article
Back to top Generated by DocFX