DeviceType Enumeration
|
Language: |
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
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