Enum DeviceFeature
- Namespace
- PaintDotNet.Direct2D1
- Assembly
- PaintDotNet.Windows.dll
Defines capabilities of the underlying Direct3D device which may be queried using CheckFeatureSupport(DeviceFeature, Span<byte>).
D2D1_FEATURE
public enum DeviceFeature
Fields
Doubles = 0
The data argument should be a FeatureDataDoubles reference.
The use of DeviceEffectContextExtensions.CheckFeatureSupport(DeviceFeatures.Doubles) is recommended to simplify this.D3D10XHardwareOptions = 1
The data argument should be a FeatureDataD3D10XHardwareOptions.
The use of DeviceEffectContextExtensions.CheckFeatureSupport(DeviceFeatures.D3D10XHardwareOptions) is recommended to simplify this.