Show / Hide Table of Contents

Enum VertexAttribEnum

Used in GL.GetVertexAttribI

Namespace: OpenTK.Graphics.ES30
Assembly: cs.temp.dll.dll
Syntax
public enum VertexAttribEnum

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

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