mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 01:20:42 +00:00
Export the egl* symbols via linker script
The egl symbols should be exported so applications using it can correctly run with RenderDoc.
This commit is contained in:
committed by
Baldur Karlsson
parent
681aeba443
commit
ca2b12be4d
@@ -3,6 +3,7 @@
|
||||
_init;
|
||||
_fini;
|
||||
gl[A-Z]*;
|
||||
egl[A-Z]*;
|
||||
dlopen;
|
||||
_exit;
|
||||
RENDERDOC_*;
|
||||
|
||||
Reference in New Issue
Block a user