Home -> IIndexBuffer -> BindIndexAttribute

Description

The BindIndexAttribute method binds the specified IndexAttribute as a member of the buffer.

Usage

SuccessToken BindIndexAttribute(IIndexAttribute& indexAttribute);

Argument list

indexAttribute [IIndexAttribute]
The index attribute to bind to this index 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.

See also