SystemInfo.graphicsDeviceNamestatic var graphicsDeviceName : stringDescriptionThe name of the graphics device (Read Only). This is the name of user's graphics card, as reported by the graphics driver. // Prints "ATI Radeon X1600 OpenGL Engine" on MacBook Pro running OS X 10.4.8 print (SystemInfo.graphicsDeviceName); See Also: SystemInfo.graphicsDeviceVendor, SystemInfo.graphicsDeviceVersion. |
