mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 17:10:47 +00:00
25 lines
530 B
Plaintext
25 lines
530 B
Plaintext
{
|
|
global:
|
|
_init;
|
|
_fini;
|
|
gl[A-Z]*;
|
|
egl[A-Z]*;
|
|
vk_icd*;
|
|
dlopen;
|
|
dlsym;
|
|
fork;
|
|
execl;
|
|
execlp;
|
|
execle;
|
|
execlpe;
|
|
execv;
|
|
execvp;
|
|
execve;
|
|
execvpe;
|
|
_exit;
|
|
RENDERDOC_*;
|
|
VK_LAYER_RENDERDOC_*;
|
|
local:
|
|
*;
|
|
};
|