Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GraphicsDeviceFeature

Lists every feature ID the GraphicsDevice API supports.
Read time 1 minuteLast updated 7 days ago

Definition

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

DLSSRepresents the Deep Learning Super Sampling (DLSS) feature.