OpenGL: Difference between revisions

imported>Primeos
(Document how to test Mesa updates (this comes up pretty often))
imported>Primeos
m (Minor improvements)
Line 1: Line 1:
OpenGL must break purity due to the need for hardware-specific linkage. Intel, AMD, and Nvidia will have different libraries for example. On NixOS, these libraries are mounted at
OpenGL must break purity due to the need for hardware-specific linkage. Intel, AMD, and Nvidia have different drivers for example. On NixOS, these libraries are symlinked under
   /run/opengl-driver/lib
   /run/opengl-driver/lib
 
and optionally (if <code>hardware.opengl.driSupport32Bit</code> is enabled)
and
   /run/opengl-driver-32/lib
   /run/opengl-driver-32/lib