diff options
| author | ttyio <ttyio@hotmail.com> | 2016-04-10 22:09:44 +0800 |
|---|---|---|
| committer | Dustin Graves <dustin@lunarg.com> | 2016-04-19 10:14:05 -0600 |
| commit | 459a223784f16de220a82530916def637ea149f1 (patch) | |
| tree | e756c6b569bfa2571ffa394a9c7db1964e7a94fc /loader/LoaderAndLayerInterface.md | |
| parent | cc0a78af0cf440da0d58d60870377ae3c66924bc (diff) | |
| download | usermoji-459a223784f16de220a82530916def637ea149f1.tar.xz | |
Update typo in doc
Diffstat (limited to 'loader/LoaderAndLayerInterface.md')
| -rw-r--r-- | loader/LoaderAndLayerInterface.md | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
