Skip to content

pbutil: dynamically load GLX extension functions

Erik Faye-Lund requested to merge kusma/mesa-demos:glx-ext-loading into main

These extension functions were used directly from libGLX, which isn't supported on all platforms. Let's load them dynamically instead.

Closes: #14 (closed)

Merge request reports