mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 09:30:44 +00:00
ca2b12be4d
The egl symbols should be exported so applications using it can correctly run with RenderDoc.
14 lines
268 B
Plaintext
14 lines
268 B
Plaintext
{
|
|
global:
|
|
_init;
|
|
_fini;
|
|
gl[A-Z]*;
|
|
egl[A-Z]*;
|
|
dlopen;
|
|
_exit;
|
|
RENDERDOC_*;
|
|
VK_LAYER_RENDERDOC_*;
|
|
local:
|
|
*;
|
|
};
|