Microsoft DirectX 9.0 SDK Update (October 2004)

VertexElement.UsageIndex Property

Language:

Note: This documentation is preliminary and is subject to change.

Modifies the usage data to allow the user to specify multiple usage types.

Definition

Visual Basic .NET Public Property UsageIndex As Byte
C# public byte UsageIndex { get; set; }
Managed C++ public: __property Byte get_UsageIndex();
public: __property void set_UsageIndex(Byte);
JScript .NET public function get UsageIndex() : byte
public function set UsageIndex(byte);

Property Value

System.Byte . Byte that represents the usage index.

This property is read/write. 

Remarks

The UsageIndex structure is used in conjunction with VertexElement.DeclarationUsage to specify the semantic of a vertex element.


© 2004 Microsoft Corporation. All rights reserved. Terms of use.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center