SystemInfo
- deviceModel
- deviceName
- deviceUniqueIdentifier
- graphicsDeviceID
- graphicsDeviceName
- graphicsDeviceVendorID
- graphicsDeviceVendor
- graphicsDeviceVersion
- graphicsMemorySize
- graphicsPixelFillrate
- graphicsShaderLevel
- operatingSystem
- processorCount
- processorType
- supportsImageEffects
- SupportsRenderTextureFormat
- supportsRenderTextures
- supportsShadows
- systemMemorySize
SystemInfo.graphicsDeviceID 显卡标识符
static var graphicsDeviceID : int
Description描述
The identifier code of the graphics device (Read Only).
显卡的标识符代码。(只读)
This is the PCI device ID of the user's graphics card. Together with SystemInfo.graphicsDeviceVendorID, this number uniquely identifies a particular graphics card model. The number is the same across operating systems and driver versions.
这是用户显卡的PCI设备ID。连同SystemInfo.graphicsDeviceVendorID,这是一个特定显卡型号唯一标识符数字。这个数字跨操作系统和驱动程序版本是相同的。
See pcidatabase.com for a list of device IDs.
参见pcidatabase.com有关设备ID的列表。
参见:SystemInfo.graphicsDeviceVendorID, SystemInfo.graphicsDeviceName.
最后修改:2011年3月18日 Friday 18:21