ParameterClass Enumeration
|
Language: |
Defines the class of the object.
Definition
| Visual Basic |
Public Enum ParameterClass |
| C# |
public enum ParameterClass |
| C++ |
public enum class ParameterClass |
| JScript |
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.900.0,
Culture=neutral,
PublicKeyToken=d3231b57b74a1492 |
See Also
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center