aboutsummaryrefslogtreecommitdiff
path: root/loader/LoaderAndLayerInterface.md
diff options
context:
space:
mode:
authorTobin Ehlis <tobine@google.com>2017-10-23 16:22:42 -0600
committerGitHub <noreply@github.com>2017-10-23 16:22:42 -0600
commit185e0caa63661cf283e7afc7fb1c46c81760d30b (patch)
tree4f596f5147335fcd5271f46caea33e1f99be0616 /loader/LoaderAndLayerInterface.md
parent78c0b57ffca9ac8a2cd5c534e9348b0b92da700b (diff)
downloadusermoji-185e0caa63661cf283e7afc7fb1c46c81760d30b.tar.xz
loader: Fix function name in interface doc
There is no "vk_icdGetLoaderICDInterfaceVersion" function. The correct name is "vk_icdNegotiateLoaderICDInterfaceVersion."
Diffstat (limited to 'loader/LoaderAndLayerInterface.md')
-rw-r--r--loader/LoaderAndLayerInterface.md2
1 files changed, 1 insertions, 1 deletions
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.