From df8a6072af3545111edf4fa1462a4ed993544c36 Mon Sep 17 00:00:00 2001 From: Chia-I Wu Date: Wed, 20 Apr 2016 06:23:24 +0800 Subject: 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. --- layers/README.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'layers') 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 -- cgit v1.2.3