Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetFeatureVersion(GraphicsDeviceFeature, out uint, out uint, out uint)

Gets the version of each feature.
Read time 1 minuteLast updated 6 days ago

Definition

GetFeatureVersion(GraphicsDeviceFeature, uint, uint, uint)

public static bool GetFeatureVersion(GraphicsDeviceFeature feature, out uint major, out uint minor, out uint patch)

Parameters

The feature to query its version.

major

The major version of the feature.

minor

The minor version of the feature.

patch

The patch version of the feature.

Returns

Type

Description

boolReturns true if the query was successful, false otherwise.