The GraphicsInfo object has the following members:
- glVersion
-
A sequence of the type (Int, Int, String) specifying the three components of the OpenGL version. The sequence consists of an Int with the OpenGL major version number, an Int with the OpenGL minor version number, and a String with any additional information.
- glxServerVersion
-
A sequence of the type (Int, Int, String) specifying the three components of the glx version of the server. The sequence consists of an Int with the glx major version number, an Int with the glx minor version number, and a String with any additional information.
- glxClientVersion
-
A sequence of the type (Int, Int, String) specifying the three components of the of glx version of the client. The sequence consists of an Int with the glx major version number, an Int with the glx minor version number, and String with any additional information.
- glVendor
-
A String specifying the graphics adapter vendor. On hardware accelerated systems glVendor
specifies the vendor that manufactured the adapter. On systems without hardware acceleration glVendor
specifies the developer of the software graphics library.
- glRenderer
-
A String specifying the name of the rendering device or the name of the software graphics library.
- glxServerVendor
-
A String specifying the glx developer on the server side.
- glxClientVendor
-
A String specifying the glx developer on the client side.