blob: b235a69cc830c4e2f99c5e57f89fdcffc49b0e07 [file] [log] [blame]
# For Fuchsia, we must not export anything other than loader-related API
# There is also the vk_icdInitializeConnectToServiceCallback entry point
# that is specific to the Fuchsia Vulkan loader implementation.
{
global:
vkGetInstanceProcAddr;
# Loader-ICD interface functions
vk_icdGetInstanceProcAddr;
vk_icdNegotiateLoaderICDInterfaceVersion;
vk_icdInitializeConnectToServiceCallback;
# Type-strings and type-infos required by sanitizers
_ZTS*;
_ZTI*;
local:
*;
};