SystemInfo
- deviceModel
- deviceName
- deviceUniqueIdentifier
- graphicsDeviceID
- graphicsDeviceName
- graphicsDeviceVendorID
- graphicsDeviceVendor
- graphicsDeviceVersion
- graphicsMemorySize
- graphicsPixelFillrate
- graphicsShaderLevel
- operatingSystem
- processorCount
- processorType
- supportsImageEffects
- SupportsRenderTextureFormat
- supportsRenderTextures
- supportsShadows
- systemMemorySize
SystemInfo.graphicsDeviceVendorID 显卡标识符
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.
这是用户显卡的PCI厂商ID。这是一个特定显卡制造商的唯一标识符数字。这个数字跨操作系统和驱动程序版本是相同的。
See pcidatabase.com for a list of vendor IDs.
参见pcidatabase.com有关厂商ID的列表。
参见:SystemInfo.graphicsDeviceVendorID, SystemInfo.graphicsDeviceName.
最后修改:2011年3月18日 Friday 18:20