Files
renderdoc/renderdoc/rdocself.version
T

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:
*;
};