Method CheckFeatureSupport
- Namespace
- PaintDotNet.Direct2D1
- Assembly
- PaintDotNet.Windows.dll
CheckFeatureSupport(DeviceFeature, Span<byte>)
Checks whether an optional capability is supported by the D3D device.
void CheckFeatureSupport(DeviceFeature feature, Span<byte> data)
Parameters
feature
DeviceFeaturedata
Span<byte>
Remarks
The use of the CheckFeatureSupport<TResult>(DeviceFeatures.*)
extension method is recommended