When checking whether GLX or EGL are available on the system, we don't want to use the internal API that forces an exit() on missing libraries and symbols — as that would defeat the point. Instead, we should have safe functions to call internally that simply return a NULL pointer, so we can bail out ourselves in a controlled fashion.macos/v1.5.9
parent
acdd6d8bf8
commit
30b8a4cd2d
Loading…
Reference in new issue