summaryrefslogtreecommitdiffstats
path: root/src/vulkan/vulkan-icd-symbols.txt
Commit message (Collapse)AuthorAgeFilesLines
* vulkan: add symbols fileEric Engestrom2019-07-101-0/+14
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 <[email protected]> Reviewed-by Dylan Baker <[email protected]> Reviewed-by: Emil Velikov <[email protected]>