From: Charles Giessen <46324611+charles-lunarg@users.noreply.github.com> Date: Thu, 16 Mar 2023 19:39:02 +0000 (-0600) Subject: Add missing backtick in LoaderInterfaceArchitecture.md X-Git-Tag: upstream/1.3.268~209 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=011d7a4ac03916128ef18d511688891e0616cf95;p=platform%2Fupstream%2FVulkan-Loader.git Add missing backtick in LoaderInterfaceArchitecture.md --- diff --git a/docs/LoaderInterfaceArchitecture.md b/docs/LoaderInterfaceArchitecture.md index 3f10867b..b2533eac 100644 --- a/docs/LoaderInterfaceArchitecture.md +++ b/docs/LoaderInterfaceArchitecture.md @@ -383,7 +383,7 @@ layers to marshall the appropriate information to all available drivers. For example, the diagram below represents what happens in the call chain for `vkCreateInstance`. After initializing the chain, the loader calls into the first layer's -`vkCreateInstance`, which will call the next layer's `vkCreateInstance +`vkCreateInstance`, which will call the next layer's `vkCreateInstance` before finally terminating in the loader again where it will call every driver's `vkCreateInstance`. This allows every enabled layer in the chain to set up what it needs based on