[]
Check if this device is supporting a feature.
public bool CheckFeatureSupport(Feature feature)
| Type | Name | Description |
|---|---|---|
| Feature | feature | The feature to check. |
| Type | Description |
|---|---|
| bool | Returns true if this device supports this feature, otherwise false. |
HRESULT ID3D11Device::CheckFeatureSupport([In] D3D11_FEATURE Feature,[Out, Buffer] void* pFeatureSupportData,[In] unsigned int FeatureSupportDataSize)
public HResult CheckFeatureSupport(Feature feature, IntPtr featureSupportDataRef, int featureSupportDataSize)
| Type | Name | Description |
|---|---|---|
| Feature | feature | |
| IntPtr | featureSupportDataRef | |
| int | featureSupportDataSize |
| Type | Description |
|---|---|
| HResult |