mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 17:40:39 +00:00
35 lines
986 B
Plaintext
35 lines
986 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;
|
|
VK_LAYER_RENDERDOC_*;
|
|
RENDERDOC_GetAPI;
|
|
RDOCSELF_AllocArrayMem;
|
|
RDOCSELF_FreeArrayMem;
|
|
RDOCSELF_GetDefaultCaptureOptions;
|
|
RDOCSELF_NeedVulkanLayerRegistration;
|
|
RDOCSELF_UpdateVulkanLayerRegistration;
|
|
RDOCSELF_ExecuteAndInject;
|
|
RDOCSELF_InjectIntoProcess;
|
|
RDOCSELF_GetCommitHash;
|
|
RDOCSELF_InitialiseReplay;
|
|
RDOCSELF_ShutdownReplay;
|
|
local:
|
|
*;
|
|
};
|