From: Charles Giessen Date: Fri, 23 Jun 2023 03:45:05 +0000 (-0600) Subject: Clarify requirements for Layer Interface Version 1 X-Git-Tag: upstream/1.3.268~86 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=243b64f830ee577454e05528b5edb196cc55e2c9;p=platform%2Fupstream%2FVulkan-Loader.git Clarify requirements for Layer Interface Version 1 The loader has never searched for `GetInstanceProcAddr` or `GetDeviceProcAddr`, yet has documented that Layer Interface Version 1 supports layers that export those functions. --- diff --git a/docs/LoaderLayerInterface.md b/docs/LoaderLayerInterface.md index 790b4e9b..986910ce 100644 --- a/docs/LoaderLayerInterface.md +++ b/docs/LoaderLayerInterface.md @@ -1996,7 +1996,7 @@ Note: If a layer wraps the VkInstance handle, support for ### Layer Interface Version 1 A layer supporting interface version 1 had the following behavior: - 1. `GetInstanceProcAddr` and `GetDeviceProcAddr` were directly exported + 1. `vkGetInstanceProcAddr` and `vkGetDeviceProcAddr` were directly exported 2. The layer manifest file was able to override the names of the `GetInstanceProcAddr` and `GetDeviceProcAddr`functions.