# GraphicsDeviceFeature

> Lists every feature ID the GraphicsDevice API supports.

## Definition

* **Type:** Enum
* **Namespace:** [UnityEngine.NVIDIA](/engine/6000.6/script-reference/unityengine/nvidia.md)
* **Assembly:** UnityEngine.NVIDIAModule

```csharp
public enum GraphicsDeviceFeature
```

## Remarks

For now, this only includes **Deep Learning Super Sampling** (DLSS). To check if the device supports a feature, call [GraphicsDevice.IsFeatureAvailable](/engine/6000.6/script-reference/unityengine/nvidia/graphicsdevice/isfeatureavailable.md).

## Fields

| Value                                                                                    | Description                                                     |
| ---------------------------------------------------------------------------------------- | --------------------------------------------------------------- |
| [DLSS](/engine/6000.6/script-reference/unityengine/nvidia/graphicsdevicefeature/dlss.md) | Represents the **Deep Learning Super Sampling** (DLSS) feature. |
