This documentation is archived and is not being maintained.
ParameterType Enumeration (Microsoft.DirectX.Direct3D)
Defines the data contained by the enumeration.
Definition
| Visual Basic | Public Enum ParameterType |
| C# | public enum ParameterType |
| C++ | public enum class ParameterType |
| JScript | 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.900.0,
Culture=neutral,
PublicKeyToken=d3231b57b74a1492 |
See Also