Click or drag to resize

VertexAttributeStride Property

Get the array stride for (number of bytes between successive elements in) the vertex attribute.

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

Property Value

Type: Int32
Remarks
A value of 0 indicates that the array elements are stored sequentially in memory. The initial value is 0.

OpenGL API: glGetVertexAttribiv(GL_VERTEX_ATTRIB_ARRAY_STRIDE)

See Also