# dlssFeatureInfosSpan

> Gets a read-only view into the valid DLSS feature info entries.

## Definition

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

```csharp
public ReadOnlySpan<DLSSDebugFeatureInfos> dlssFeatureInfosSpan { get; }
```

### Remarks

Accessing this and iterating it with a for loop is allocation-free.
