Click or drag to resize

VertexAttribute Properties

The VertexAttribute type exposes the following members.

Properties
  NameDescription
Public propertyBuffer
Get the buffer object currently bound to the binding point corresponding to the generic vertex attribute.
Public propertyIsEnabled
Get whether the vertex attribute is enabled or not.
Public propertyIsNormalized
Get whether data for the vertex attribute is normalized when converted to floating-point.
Public propertyLocation
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.
Public propertySize
Get the size of the vertex attribute.
Public propertyStride
Get the array stride for (number of bytes between successive elements in) the vertex attribute.
Public propertyValue
Get the current value for the generic vertex attribute.
Public propertyVertexDataType
Get the data type of the vertex attribute.
Top
See Also