DLSSDebugFeatureInfos
Represents debug information for a particular DLSSContext.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Struct
- Namespace: UnityEngine.NVIDIA
- Assembly: UnityEngine.NVIDIAModule
public readonly struct DLSSDebugFeatureInfos
Properties
Property | Description |
|---|---|
| execData | The last execution data which the DLSSContext during execution. |
| featureSlot | The internal feature slot ID. You can use this feature slot as a unique identifier for DLSSCommand objects. Only use this for debugging purposes. |
| initData | The init data which the DLSSContext used. |
| validFeature | Debug information that indicates whether the feature last execution was valid or not. |