Show / Hide Table of Contents

Enum VertexAttribIntegerType

Not used directly.

Namespace: OpenTK.Graphics.ES31
Assembly: cs.temp.dll.dll
Syntax
public enum VertexAttribIntegerType

Fields

Name Description
Byte

Original was GL_BYTE = 0X1400

Int

Original was GL_INT = 0X1404

Short

Original was GL_SHORT = 0X1402

UnsignedByte

Original was GL_UNSIGNED_BYTE = 0x1401

UnsignedInt

Original was GL_UNSIGNED_INT = 0x1405

UnsignedShort

Original was GL_UNSIGNED_SHORT = 0x1403

Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX