|
The graphics API version supported by the graphics device (Read Only).
This is the low-level graphics API version supported by the user's graphics card.
In case of OpenGL API, the returned string will contain "OpenGL" followed by version in "major.minor" format, followed by full version string in square brackets.
In case of Direct3D9 API, the returned string will contain "Direct3D 9.0c" followed by driver name and version in square brackets. See Also: SystemInfo.graphicsDeviceName, SystemInfo.graphicsDeviceVendor.