GraphicsDeviceDebugView
Represents a memory snapshot of the current feature states.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Class
- Namespace: UnityEngine.NVIDIA
- Assembly: UnityEngine.NVIDIAModule
public class GraphicsDeviceDebugView
Remarks
The memory of the arrays/buffers in this struct are tied to the lifetime of the debug view.
Additional Resources: GraphicsDevice.CreateDebugView, GraphicsDevice.UpdateDebugView, GraphicsDevice.DeleteDebugView
Properties
Property | Description |
|---|---|
| deviceVersion | The version that corresponds to Unity's host plugin NVUnityPlugin. |
| dlssFeatureInfosSpan | Gets a read-only view into the valid DLSS feature info entries. |
| ngxVersion | The current version id of the official internal NV NGX library. |