From 459a223784f16de220a82530916def637ea149f1 Mon Sep 17 00:00:00 2001 From: ttyio Date: Sun, 10 Apr 2016 22:09:44 +0800 Subject: Update typo in doc --- loader/LoaderAndLayerInterface.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'loader/LoaderAndLayerInterface.md') diff --git a/loader/LoaderAndLayerInterface.md b/loader/LoaderAndLayerInterface.md index a85b8928..bfc09ec3 100644 --- a/loader/LoaderAndLayerInterface.md +++ b/loader/LoaderAndLayerInterface.md @@ -1000,7 +1000,7 @@ Call chains are constructed at both the instance level and the device level by the loader with cooperation from the layer libraries. Instance call chains are constructed by the loader when layers are enabled at vkCreateInstance. Device call chains are constructed by the loader when layers are enabled at -CreateDevice. A layer can intercept Vulkan instance commands, device commands +vkCreateDevice. A layer can intercept Vulkan instance commands, device commands or both. For a layer to intercept instance commands, it must participate in the instance call chain. For a layer to intercept device commands, it must participate in the device chain. Layers which participate in intercepting calls -- cgit v1.2.3