From 18b1ec76dfd3aba5cfc0c9d34af2c142f62ce723 Mon Sep 17 00:00:00 2001 From: Jon Ashburn Date: Mon, 6 Apr 2015 10:58:22 -0600 Subject: loader: refactor layer activation function to handle more general inputs Renamed structure types as well. TODO: verify vk-layer-generate.py v2: fix LoaderEntrypointsSubcommand (olv) --- icd/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'icd') diff --git a/icd/README.md b/icd/README.md index 871d1c68..4077046a 100644 --- a/icd/README.md +++ b/icd/README.md @@ -7,7 +7,7 @@ This sample driver implementation provide multiple subcomponents required to bui common/ provides helper and utility functions, as well as all VK entry points except vkInitAndEnumerateGpus. Hardware drivers are required to provide that -function, and to embed a "VK_LAYER_DISPATCH_TABLE *" as the first member of +function, and to embed a "VkLayerDispatchTable *" as the first member of VkPhysicalGpu and all VkBaseObject. Thread safety -- cgit v1.2.3