GraphicsDevice.GraphicsDeviceDebugView
Provides information to implement a debug view, including versions of the device and FidelityFX SDK, and available features.
Read time 1 minuteLast updated 7 days ago
Definition
- Type: Class
- Namespace: UnityEngine.AMD
- Assembly: UnityEngine.AMDModule
public class GraphicsDevice.GraphicsDeviceDebugView
Fields
Value | Description |
|---|---|
| deviceVersion | The value returned by GraphicsDevice.version. |
| fidelityFxSdkVersionMajor | The major version of FidelityFX SDK. |
| fidelityFxSdkVersionMinor | The minor version of FidelityFX SDK. |
| fidelityFxSdkVersionPatch | The patch version of FidelityFX SDK. |
| upscaleFeatureInfoCount | The number of currently active features. |
Properties
Property | Description |
|---|---|
| upscaleFeatureInfoSpan | Span of active features. |