Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


IsFeatureAvailable(GraphicsDeviceFeature)

Checks if the current NVIDIA graphics card supports the feature you specify using the GraphicsDeviceFeature enum.
Read time 1 minuteLast updated 13 days ago

Definition

public bool IsFeatureAvailable(GraphicsDeviceFeature featureID)

Parameters

The Feature enum value that represents the feature to check support for.

Returns

Type

Description

boolReturns true if the graphics card supports the feature. Otherwise, returns false.