Fix documentation to use the correct function name
authorCharles Giessen <46324611+charles-lunarg@users.noreply.github.com>
Fri, 17 Feb 2023 21:25:12 +0000 (14:25 -0700)
committerCharles Giessen <46324611+charles-lunarg@users.noreply.github.com>
Fri, 17 Feb 2023 21:49:17 +0000 (14:49 -0700)
`vk_icdNegotiateLoaderICDInterfaceVersion` was intended but due to a copy paste error `vk_icdGetInstanceProcAddr`
was used instead.

docs/LoaderDriverInterface.md

index 76cca7b8d08555e342a099eaac07a76ba9e627ec..fd865a324d4df4de7a39f025bd5906c33a86c8cf 100644 (file)
@@ -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