Show / Hide Table of Contents

Enum VertexAttribParameter

Used in GL.GetVertexAttrib

Namespace: OpenTK.Graphics.ES30
Assembly: OpenTK.dll
Syntax
public enum VertexAttribParameter

Fields

Name Description
CurrentVertexAttrib

Original was GL_CURRENT_VERTEX_ATTRIB = 0x8626

VertexAttribArrayBufferBinding

Original was GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING = 0x889F

VertexAttribArrayDivisor

Original was GL_VERTEX_ATTRIB_ARRAY_DIVISOR = 0x88FE

VertexAttribArrayEnabled

Original was GL_VERTEX_ATTRIB_ARRAY_ENABLED = 0x8622

VertexAttribArrayInteger

Original was GL_VERTEX_ATTRIB_ARRAY_INTEGER = 0x88FD

VertexAttribArrayNormalized

Original was GL_VERTEX_ATTRIB_ARRAY_NORMALIZED = 0x886A

VertexAttribArraySize

Original was GL_VERTEX_ATTRIB_ARRAY_SIZE = 0x8623

VertexAttribArrayStride

Original was GL_VERTEX_ATTRIB_ARRAY_STRIDE = 0x8624

VertexAttribArrayType

Original was GL_VERTEX_ATTRIB_ARRAY_TYPE = 0x8625

In This Article
Back to top Generated by DocFX