• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2	global:
3		vk_icdGetInstanceProcAddr;
4		vk_icdGetPhysicalDeviceProcAddr;
5		vk_icdNegotiateLoaderICDInterfaceVersion;
6
7	local:
8		# When static linking LLVM, all its symbols are public API.
9		# That may cause symbol collision, so explicitly demote everything.
10		*;
11};
12