Legacy Documentation: Version 4.5.0

Script language:

  • JS
  • C#
  • Boo
Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

SystemInfo.graphicsDeviceVendorID

static var graphicsDeviceVendorID: int;
static int graphicsDeviceVendorID;
static graphicsDeviceVendorID as int

Description

The identifier code of the graphics device vendor (Read Only).

This is the PCI vendor ID of the user's graphics card. This number uniquely identifies a particular graphics card maker. The number is the same across operating systems and driver versions.

See pcidatabase.com for a list of vendor IDs.

See Also: SystemInfo.graphicsDeviceID, SystemInfo.graphicsDeviceVendor.