Struct VertexBufferLayout
Describes how the vertex buffer is interpreted.
struct VertexBufferLayout
;
Fields
Name | Type | Description |
---|---|---|
arrayStride
|
ulong | Stride, in bytes, between elements of this buffer. |
attributes
|
__C | List of attributes which comprise a single vertex. |
stepMode
|
VertexStepMode | How often this vertex buffer is “stepped” forward. |