mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 09:00:44 +00:00
Make sure to get eglTerminate function pointer
* Fixes 100% crash on startup introduce by #993
This commit is contained in:
@@ -110,6 +110,7 @@ void DisplayGenericSplash()
|
||||
DLSYM_GET(eglDestroyContext);
|
||||
DLSYM_GET(eglGetProcAddress);
|
||||
DLSYM_GET(eglSwapBuffers);
|
||||
DLSYM_GET(eglTerminate);
|
||||
|
||||
GPA_GET(glCreateShader);
|
||||
GPA_GET(glShaderSource);
|
||||
|
||||
Reference in New Issue
Block a user