mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-18 00:48:07 +02:00
12 lines
268 B
Text
12 lines
268 B
Text
|
|
{
|
||
|
|
global:
|
||
|
|
vk_icdGetInstanceProcAddr;
|
||
|
|
vk_icdGetPhysicalDeviceProcAddr;
|
||
|
|
vk_icdNegotiateLoaderICDInterfaceVersion;
|
||
|
|
|
||
|
|
local:
|
||
|
|
# When static linking LLVM, all its symbols are public API.
|
||
|
|
# That may cause symbol collision, so explicitly demote everything.
|
||
|
|
*;
|
||
|
|
};
|