mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-07-12 10:37:08 +00:00
66869e8c69
* This also applies to libEGL - if a user calls dlsym(RTLD_NEXT) to fetch a libGL symbol without being linked against libGL nor ever dlopen'ing it, it will retrieve our hook but libGL will still not be loaded meaning we can't call onwards. If we get to the last second where our hook has been called but the real library is not loaded we need to load it manually.