Show / Hide Table of Contents

Enum VertexAttribParameter

Used in GL.GetVertexAttrib

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

Fields

Name Description
CurrentVertexAttrib

Original was GL_CurrentVertexAttrib = 0X8626

VertexAttribArrayBufferBinding

Original was GL_VertexAttribArrayBufferBinding = 0X889f

VertexAttribArrayEnabled

Original was GL_VertexAttribArrayEnabled = 0X8622

VertexAttribArrayNormalized

Original was GL_VertexAttribArrayNormalized = 0X886a

VertexAttribArraySize

Original was GL_VertexAttribArraySize = 0X8623

VertexAttribArrayStride

Original was GL_VertexAttribArrayStride = 0X8624

VertexAttribArrayType

Original was GL_VertexAttribArrayType = 0X8625

In This Article
Back to top Generated by DocFX