vulkan: add symbols file
According to the Vulkan ICD spec [1], these two symbols must be exposed: - vk_icdGetInstanceProcAddr - vk_icdNegotiateLoaderICDInterfaceVersion and this one is optional: - vk_icdGetPhysicalDeviceProcAddr [1] https://github.com/KhronosGroup/Vulkan-Loader/blob/master/loader/LoaderAndLayerInterface.md Signed-off-by: Eric Engestrom <eric.engestrom@intel.com> Reviewed-by Dylan Baker <dylan@pnwbakers.com> Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
This commit is contained in:

committed by
Eric Engestrom

parent
915eab5e87
commit
0fd30c1011
@@ -19,6 +19,7 @@
|
||||
# SOFTWARE.
|
||||
|
||||
vk_api_xml = files('registry/vk.xml')
|
||||
vulkan_icd_symbols = files('vulkan-icd-symbols.txt')
|
||||
|
||||
inc_vulkan_wsi = include_directories('wsi')
|
||||
|
||||
|
Reference in New Issue
Block a user