This documentation is archived and is not being maintained.
DeviceType Enumeration (Microsoft.DirectX.Direct3D)
Specifies a device type.
Definition
| Visual Basic | Public Enum DeviceType |
| C# | public enum DeviceType |
| C++ | public enum class DeviceType |
| JScript | public enum DeviceType |
Members
| Member | Value | Description |
| NullReference | 4 | A null version of the reference rasterizer. |
| Software | 3 | A pluggable software device. |
| Reference | 2 | Microsoft Direct3D features are implemented in software; however, the reference rasterizer uses special CPU instructions whenever possible. |
| Hardware | 1 | Hardware rasterization. Shading is done with software, hardware, or mixed transform and lighting. |
Enumeration Information
| Namespace | Microsoft.DirectX.Direct3D |
| Assembly | Microsoft.DirectX.Direct3D (microsoft.directx.direct3d.dll) |
| Strong Name | Microsoft.DirectX.Direct3D,
Version=1.0.900.0,
Culture=neutral,
PublicKeyToken=d3231b57b74a1492 |
See Also