DeviceType Enumeration
|
Language: |
Note: This documentation is preliminary and is subject to change.
Specifies a device type.
Definition
Visual Basic .NET |
Public Enum DeviceType |
C# |
public enum DeviceType |
Managed C++ |
__value public enum DeviceType |
JScript .NET |
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.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