Enum GraphicsVendor
An enum that represents the different graphics vendors.
Namespace: UnityEngine.TestTools.Graphics.Platforms
Assembly: UnityEngine.TestTools.Graphics.dll
Syntax
public enum GraphicsVendor
Remarks
This enum is used to represent the different graphics vendors. It is used in the GraphicsDeviceInfo class to check the vendor of the current graphics device. The values of the enum are the vendor IDs of the different graphics vendors as defined in the graphicsDeviceVendorID property.
Fields
| Name | Description |
|---|---|
| AMD | AMD graphics vendor |
| ARM | ARM graphics vendor |
| ATI | ATI graphics vendor |
| Apple | Apple graphics vendor |
| Intel | Intel graphics vendor |
| MediaTek | MediaTek graphics vendor |
| Microsoft | Microsoft graphics vendor |
| NEC | NEC graphics vendor |
| Nintendo | Nintendo graphics vendor |
| Nvidia | Nvidia graphics vendor |
| Qualcomm | Qualcomm graphics vendor |
| Samsung | Samsung graphics vendor |
| Sony | Sony graphics vendor |
| Unknown | Unknown graphics vendor |
| VeriSilicon | VeriSilicon graphics vendor |
| Zhaoxin | Zhaoxin graphics vendor |