![]() | VertexAttribute Properties |
The VertexAttribute type exposes the following members.
Name | Description | |
---|---|---|
![]() | Buffer |
Get the buffer object currently bound to the binding point corresponding to the generic vertex attribute.
|
![]() | IsEnabled |
Get whether the vertex attribute is enabled or not.
|
![]() | IsNormalized |
Get whether data for the vertex attribute is normalized when converted to floating-point.
|
![]() | Location |
When the vertex attribute is used with client data (that is, when SetData(VertexAttributeDataType, Int32, Void*, Int32, Boolean) is used),
then this method returns a pointer to the client data.
|
![]() | Size |
Get the size of the vertex attribute.
|
![]() | Stride |
Get the array stride for (number of bytes between successive elements in) the vertex attribute.
|
![]() | Value |
Get the current value for the generic vertex attribute.
|
![]() | VertexDataType |
Get the data type of the vertex attribute.
|