Click or drag to resize

VertexAttributeVertexDataType Property

Get the data type of the vertex attribute.

Namespace:  Ooogles
Assembly:  Ooogles (in Ooogles.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public VertexAttributeDataType VertexDataType { get; }

Property Value

Type: VertexAttributeDataType
Remarks
OpenGL API: glGetVertexAttribiv(GL_VERTEX_ATTRIB_ARRAY_TYPE)
See Also