From: Charles Giessen <46324611+charles-lunarg@users.noreply.github.com> Date: Fri, 17 Feb 2023 21:25:12 +0000 (-0700) Subject: Fix documentation to use the correct function name X-Git-Tag: upstream/1.3.268~219 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3ba0bf51633034bbac22da3c729ef2487ac98725;p=platform%2Fupstream%2FVulkan-Loader.git Fix documentation to use the correct function name `vk_icdNegotiateLoaderICDInterfaceVersion` was intended but due to a copy paste error `vk_icdGetInstanceProcAddr` was used instead. --- diff --git a/docs/LoaderDriverInterface.md b/docs/LoaderDriverInterface.md index 76cca7b8..fd865a32 100644 --- a/docs/LoaderDriverInterface.md +++ b/docs/LoaderDriverInterface.md @@ -1227,7 +1227,7 @@ version that will be used. This entry point is not a part of the Vulkan API itself, only a private interface between the loader and drivers. Note: Loader and Driver Interface Version 7 makes exporting -`vk_icdGetInstanceProcAddr` optional. +`vk_icdNegotiateLoaderICDInterfaceVersion` optional. Instead, drivers *must* expose it through `vk_icdGetInstanceProcAddr`. ```cpp