diff options
| author | Chia-I Wu <olv@google.com> | 2016-04-20 06:23:24 +0800 |
|---|---|---|
| committer | Jon Ashburn <jon@lunarg.com> | 2016-04-22 08:26:53 -0600 |
| commit | df8a6072af3545111edf4fa1462a4ed993544c36 (patch) | |
| tree | 390761ee5dfebf747916d5ab96e226b3f63399f3 /layers | |
| parent | a424c5e57bd63ae506d9b1ea66ddcc3d808e2265 (diff) | |
| download | usermoji-df8a6072af3545111edf4fa1462a4ed993544c36.tar.xz | |
doc: formalize the current loader-layer interface
Expand the section "Discovery of layer entry points" into "Layer Library
Interface". In general, the new section defines an interface that allows
a loader to discover and insert layers while staying compliant. Other
sections have additional guidelines for layers to follow.
Diffstat (limited to 'layers')
| -rw-r--r-- | layers/README.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/layers/README.md b/layers/README.md index dcc81d72..ac85efea 100644 --- a/layers/README.md +++ b/layers/README.md @@ -1,5 +1,12 @@ # Layer Description and Status +## Layer Library Interface + +All layer libraries must support the layer library interface defined in +[`LoaderAndLayerInterface.md`][]. + +[`LoaderAndLayerInterface.md`]: ../loader/LoaderAndLayerInterface.md#layer-library-interface + ## Overview Layer libraries can be written to intercept or hook VK entry points for various |
