Home -> IVertexBuffer -> BindVertexAttribute
Description
The BindVertexAttribute method binds the specified VertexAttribute as a member of the buffer.
Usage
SuccessToken BindVertexAttribute(IVertexAttribute& vertexAttribute);
Argument list
- vertexAttribute [IVertexAttribute]
- The vertex attribute to bind to this vertex buffer.
Return value
- [SuccessToken]
- True if the operation succeeded, false otherwise. An assertion will be raised in debug builds if the result is not tested.