GraphicsDeviceFeature
Lists every feature ID the GraphicsDevice API supports.
Read time 1 minuteLast updated 7 days ago
Definition
- Type: Enum
- Namespace: UnityEngine.NVIDIA
- Assembly: UnityEngine.NVIDIAModule
public enum GraphicsDeviceFeature
Remarks
For now, this only includes Deep Learning Super Sampling (DLSS). To check if the device supports a feature, call GraphicsDevice.IsFeatureAvailable.
Fields
Value | Description |
|---|---|
| DLSS | Represents the Deep Learning Super Sampling (DLSS) feature. |