[]
        
(Showing Draft Content)

C1.Util.DX.Direct3D11.Device.CheckFeatureSupport

CheckFeatureSupport Method

CheckFeatureSupport(Feature)

Check if this device is supporting a feature.

Declaration
public bool CheckFeatureSupport(Feature feature)
Parameters
Type Name Description
Feature feature

The feature to check.

Returns
Type Description
bool

Returns true if this device supports this feature, otherwise false.

CheckFeatureSupport(Feature, IntPtr, int)

HRESULT ID3D11Device::CheckFeatureSupport([In] D3D11_FEATURE Feature,[Out, Buffer] void* pFeatureSupportData,[In] unsigned int FeatureSupportDataSize)

Declaration
public HResult CheckFeatureSupport(Feature feature, IntPtr featureSupportDataRef, int featureSupportDataSize)
Parameters
Type Name Description
Feature feature
IntPtr featureSupportDataRef
int featureSupportDataSize
Returns
Type Description
HResult