# vendorName

> Vendor name of the GPU hardware used in the Android device.

## Definition

* **Type:** Field
* **Namespace:** [UnityEngine](/engine/6000.5/script-reference/unityengine.md)
* **Assembly:** UnityEngine.CoreModule

```csharp
public string vendorName
```

### Remarks

Filter based on name of the GPU vendor. For example, Qualcomm, ARM.

**Note**: This property only accepts a valid regular expression.
