Enum GraphicsVendor
An enum that represents the different graphics vendors.
Namespace: UnityEngine.TestTools.Graphics
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 | |
ARM | |
Apple | |
Intel | |
Nvidia | |
Qualcomm |