Skip to content

eglinfo: remove uses of eglGetProcAddress()

He Haocheng requested to merge hch12907/mesa-demos:eglinfo-proc into main

eglinfo has been using glad for quite a while now, which handles all the required function loading for us automatically.

Merge request reports