Microsoft DirectX 9.0 SDK Update (October 2004)

ParameterClass Enumeration

Language:

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

Defines the class of the object.

Definition

Visual Basic .NET Public Enum ParameterClass
C# public enum ParameterClass
Managed C++ __value public enum ParameterClass
JScript .NET public enum ParameterClass

Members

Member Value Description
Struct 5 Object is a structure.
Object 4 Object is a texture, a shader, or a string.
MatrixColumns 3 Object is a column major matrix.
MatrixRows 2 Object is a row major matrix.
Vector 1 Object is a vector.
Scalar 0 Object is a scalar.

Enumeration Information

Namespace Microsoft.DirectX.Direct3D
Assembly Microsoft.DirectX.Direct3DX (microsoft.directx.direct3dx.dll)
Strong Name Microsoft.DirectX.Direct3DX,  Version=1.0.2902.0,  Culture=neutral,  PublicKeyToken=31bf3856ad364e35

See Also


© 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