dlssFeatureInfosSpan
Gets a read-only view into the valid DLSS feature info entries.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Property
- Namespace: UnityEngine.NVIDIA
- Assembly: UnityEngine.NVIDIAModule
public ReadOnlySpan<DLSSDebugFeatureInfos> dlssFeatureInfosSpan { get; }
Remarks
Accessing this and iterating it with a for loop is allocation-free.