Created
October 16, 2016 13:41
-
-
Save edwinksl/1a209adec4d3e2201bc61ffd87c37083 to your computer and use it in GitHub Desktop.
OpenGL version information in Ubuntu 16.10
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ glxinfo | grep version | |
server glx version string: 1.4 | |
client glx version string: 1.4 | |
GLX version: 1.4 | |
Max core profile version: 3.3 | |
Max compat profile version: 3.0 | |
Max GLES1 profile version: 1.1 | |
Max GLES[23] profile version: 3.0 | |
OpenGL core profile version string: 3.3 (Core Profile) Mesa 12.0.3 | |
OpenGL core profile shading language version string: 3.30 | |
OpenGL version string: 3.0 Mesa 12.0.3 | |
OpenGL shading language version string: 1.30 | |
OpenGL ES profile version string: OpenGL ES 3.0 Mesa 12.0.3 | |
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.00 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment