Legacy Documentation: Version 4.6(go to latest)
Language: English
  • C#
  • JS
  • Boo

Script language

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

SystemInfo.graphicsDeviceVendorID

public static var graphicsDeviceVendorID: 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.