Device |
public class DeviceCapabilities
The DeviceCapabilities type exposes the following members.
Name | Description | |
---|---|---|
DeviceCapabilities(Adapter) | Constructor | |
DeviceCapabilities(Device) | Constructor |
Name | Description | |
---|---|---|
FeatureLevel | Gets the FeatureLevel of the created device. | |
Is32BitIndexBufferSupported | Gets a Boolean that specifies if 32 bit index buffer is supported. | |
IsDirectX11Supported | Gets a Boolean that specifies if the tested device support DirectX 11. If false the DirectX 11 device cannot be created. | |
LastError | Gets the last exception that happened when testing the device capabilities. | |
MaxSupportedMultisamplingCount | Gets an integer that specifies the maximum multisampling count that is supported by the tested device. |
Name | Description | |
---|---|---|
QueryAdapter | Returns DeviceCapabilities for the specified adapter. | |
QueryDefaultDevice | Returns DeviceCapabilities for the default device | |
QueryDevice | Returns DeviceCapabilities for the specified device. |
Name | Description | |
---|---|---|
AllFeatureLevels | AllFeatureLevels defines all possible feature leveles | |
SoftwareDeviceCapabilities | Gets DeviceCapabilities for DirectX 11 Software (WARP) renderer. |