1# For Fuchsia, we must not export anything other than loader-related API 2# There is also the vk_icdInitializeConnectToServiceCallback entry point 3# that is specific to the Fuchsia Vulkan loader implementation. 4{ 5global: 6 # Loader-ICD interface functions 7 vk_icdGetInstanceProcAddr; 8 vk_icdNegotiateLoaderICDInterfaceVersion; 9 vk_icdInitializeConnectToServiceCallback; 10 11local: 12 *; 13}; 14 15