====== Ubuntu - GPU - OpenGL ====== **OpenGL** is a cross-platform, industry standard graphics programming API for 3D graphics. * It handled the hardware-accelerated rendering of 2D and 3D graphics. OpenGL is not exactly a library because each vendor has to implement the specification to produce an OpenGL library. * Therefore, on Linux-based distributions, the libGL.so library file will be different for each vendor. ---- [[Ubuntu:GPU:OpenGL:Check whether 3D acceleration is working|Check whether 3D acceleration is working]] [[Ubuntu:GPU:OpenGL:Determine the OpenGL version|Determine the OpenGL version]] [[Ubuntu:GPU:OpenGL:Get OpenGL Info|Get OpenGL Info]] [[Ubuntu:GPU:OpenGL:Get the OpenGL Renderer|Get the OpenGL Renderer]] ---- ====== References ====== https://www.opengl.org/