Binds a channel to a vertex attribute index.
int32 BindAttrib( int32 AttributeIndex, int32 ChannelIndex, int32 Count )
| Parameter Type | Parameter Name | Documentation |
|---|---|---|
| int32 | AttributeIndex | The index of the attribute to bind. |
| int32 | ChannelIndex | The index of the channel to bind to the attribute. |
| int32 | Count | The number of items in the channel. |
None published. Please look for an example in the Simdify Scripting Language code base.