GetFeatureVersion(GraphicsDeviceFeature, out uint, out uint, out uint)
Gets the version of each feature.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEngine.AMD
- Assembly: UnityEngine.AMDModule
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.
The major version of the feature.
The minor version of the feature.
The patch version of the feature.
Returns
Type | Description |
|---|---|
| bool | Returns true if the query was successful, false otherwise. |