From 185e0caa63661cf283e7afc7fb1c46c81760d30b Mon Sep 17 00:00:00 2001 From: Tobin Ehlis Date: Mon, 23 Oct 2017 16:22:42 -0600 Subject: loader: Fix function name in interface doc There is no "vk_icdGetLoaderICDInterfaceVersion" function. The correct name is "vk_icdNegotiateLoaderICDInterfaceVersion." --- loader/LoaderAndLayerInterface.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'loader/LoaderAndLayerInterface.md') diff --git a/loader/LoaderAndLayerInterface.md b/loader/LoaderAndLayerInterface.md index e019fb95..d2f1e155 100644 --- a/loader/LoaderAndLayerInterface.md +++ b/loader/LoaderAndLayerInterface.md @@ -2401,7 +2401,7 @@ corresponding ICD only supports either interface version 0 or 1. From the other side of the interface, if an ICD sees a call to `vk_icdGetInstanceProcAddr` before a call to -`vk_icdGetLoaderICDInterfaceVersion`, then it knows that loader making the calls +`vk_icdNegotiateLoaderICDInterfaceVersion`, then it knows that loader making the calls is a legacy loader supporting version 0 or 1. If the loader calls `vk_icdGetInstanceProcAddr` first, it supports at least version 1. Otherwise, the loader only supports version 0. -- cgit v1.2.3