Microsoft DirectX 8.0 (Visual Basic)

CONST_D3DDEVTYPE

Defines device types.

Enum CONST_D3DDEVTYPE
    D3DDEVTYPE_HAL       = 1
    D3DDEVTYPE_REF       = 2
    D3DDEVTYPE_SW        = 3
End Enum

Constants

D3DDEVTYPE_HAL
Hardware rasterization and shading with software, hardware, or mixed transform and lighting.
D3DDEVTYPE_REF
Microsoft® Direct3D® features are implemented in software.
D3DDEVTYPE_SW
A pluggable software device that has been registered with Direct3D using Direct3D8.RegisterSoftwareDevice.

See Also

Direct3D8.CheckDeviceFormat, Direct3D8.CheckDeviceMultiSampleType, Direct3D8.CheckDeviceType, Direct3D8.CreateDevice, Direct3D8.GetDeviceCaps, D3DDEVICE_CREATION_PARAMETERS