DXDevice |
The DXDeviceConfiguration type exposes the following members.
Name | Description | |
---|---|---|
Adapter | Gets or sets an adapter (graphics card) that will be used to create DirectX device. When null (by default) the default adapter is used. To get the actual Adapter used by the created DirectX Device see the Adapter property. | |
DriverType | Gets or sets a DirectX DriverType. Usually this property is set to Hardware or Warp (used for high speed software rendering). | |
SupportedFeatureLevels | Gets or sets an array of FeatureLevel that specify which feature levels are required to create the DirectX device (by default feature levels equal and higher than 10 are used). |