mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 17:10:47 +00:00
Fix eglCreateWindowSurface function name at dlsym call.
This commit is contained in:
committed by
Baldur Karlsson
parent
898e954965
commit
73ba1c140a
@@ -238,7 +238,7 @@ public:
|
||||
|
||||
PFN_eglChooseConfig eglChooseConfig = (PFN_eglChooseConfig)dlsym(RTLD_NEXT, "eglChooseConfig");
|
||||
PFN_eglCreateWindowSurface eglCreateWindowSurface =
|
||||
(PFN_eglCreateWindowSurface)dlsym(RTLD_NEXT, "eglCreateWindowSurfaceProc");
|
||||
(PFN_eglCreateWindowSurface)dlsym(RTLD_NEXT, "eglCreateWindowSurface");
|
||||
PFN_eglCreatePbufferSurface eglCreatePbufferSurface =
|
||||
(PFN_eglCreatePbufferSurface)dlsym(RTLD_NEXT, "eglCreatePbufferSurface");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user