ParameterType Enumeration
|
Language: |
Note: This documentation is preliminary and is subject to change.
Defines the data contained by the enumeration.
Definition
Visual Basic .NET |
Public Enum ParameterType |
C# |
public enum ParameterType |
Managed C++ |
__value public enum ParameterType |
JScript .NET |
public enum ParameterType |
Members
Member |
Value |
Description |
Sampler |
10 |
Parameter is a sampler. |
Boolean |
1 |
Parameter is a Boolean value. |
Void |
0 |
Parameter is a Void object. |
SamplerCube |
14 |
Parameter is a cube sampler. |
Sampler3D |
13 |
Parameter is a 3-D sampler. |
Sampler2D |
12 |
Parameter is a 2-D sampler. |
Sampler1D |
11 |
Parameter is a 1-D sampler. |
TextureCube |
9 |
Parameter is a cube texture. |
Texture3D |
8 |
Parameter is a 3-D texture. |
Texture2D |
7 |
Parameter is a 2-D texture. |
Texture1D |
6 |
Parameter is a 1-D texture. |
String |
4 |
Parameter is a String object. |
Float |
3 |
Parameter is a floating-point number. |
Integer |
2 |
Parameter is an Int32 value. |
VertexShader |
16 |
Parameter is a vertex shader. |
PixelShader |
15 |
Parameter is a pixel shader. |
Texture |
5 |
Parameter is a texture. |
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