# dlssFeatureInfos

> A snapshot enumeration of all the active dlss features information currently active in the runtime.

## Definition

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

> **Warning:**
>
> **Deprecated.** This property causes garbage collection and is inefficient. Use dlssFeatureInfosSpan and dlssFeatureInfoCount instead.

```csharp
public IEnumerable<DLSSDebugFeatureInfos> dlssFeatureInfos { get; }
```

### Remarks

The method [GraphicsDevice.UpdateDebugView](/engine/6000.7/script-reference/unityengine/nvidia/graphicsdevice/updatedebugview.md) will performs update on this snapshot.
