diff options
| author | Jon Ashburn <jon@lunarg.com> | 2015-04-06 10:58:22 -0600 |
|---|---|---|
| committer | Chia-I Wu <olv@lunarg.com> | 2015-04-16 17:48:19 +0800 |
| commit | 18b1ec76dfd3aba5cfc0c9d34af2c142f62ce723 (patch) | |
| tree | 7d0cbee94d6079db53ea403b39b22b6832e5362c /icd | |
| parent | 4166720ccf420b699f232dd277b9c8620f625e17 (diff) | |
| download | usermoji-18b1ec76dfd3aba5cfc0c9d34af2c142f62ce723.tar.xz | |
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)
Diffstat (limited to 'icd')
| -rw-r--r-- | icd/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
