diff options
| author | Jon Ashburn <jon@lunarg.com> | 2016-02-14 21:54:52 -0700 |
|---|---|---|
| committer | Jon Ashburn <jon@lunarg.com> | 2016-02-15 09:00:59 -0700 |
| commit | df0cdc46b31a7bda4ebb7a57fd28a2abf14b7d58 (patch) | |
| tree | 21a7282756ab25b405e46485c21e73cf67470d90 | |
| parent | 679c3766076740c98362de72551053f5f2a6b32d (diff) | |
| download | usermoji-df0cdc46b31a7bda4ebb7a57fd28a2abf14b7d58.tar.xz | |
loader: more doc updates
| -rw-r--r-- | loader/LoaderAndLayerInterface.md | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/loader/LoaderAndLayerInterface.md b/loader/LoaderAndLayerInterface.md index 01932285..3a6e4123 100644 --- a/loader/LoaderAndLayerInterface.md +++ b/loader/LoaderAndLayerInterface.md @@ -423,11 +423,11 @@ There are no rules about the name of the ICD shared library files. For example, if the "/usr/share/vulkan/icd.d" directory contain the following files, with the specified contents: -| Text File Name | Text File Contents | -|--------------------------------------| -|vk\_vendora.json | "ICD": { "library\_path": "vendora.so", "api_version": "1.0.3" } | +| Text File Name | Text File Contents | +|-------------------|------------------------| +| vk\_vendora.json | "ICD": { "library\_path": "vendora.so", "api_version": "1.0.3" } | | vendorb\_vk.json | "ICD": { "library\_path": "vendorb\_vulkan\_icd.so", "api_version": "1.0.3" } | -| vendorc\_icd.json | "ICD": { "library\_path": "/usr/lib/VENDORC/icd.so", "api_version": "1.0.1" }| +| vendorc\_icd.json | "ICD": { "library\_path": "/usr/lib/VENDORC/icd.so", "api_version": "1.0.3" } | then the loader will open the three files mentioned in the "Text File Contents" column, and then try to load and use the three shared libraries indicated by @@ -741,7 +741,7 @@ For example: "vkGetInstanceProcAddr": "OverlayLayer_GetInstanceProcAddr", "vkGetDeviceProcAddr": "OverlayLayer_GetDeviceProcAddr" }, - instance_extensions": [ + "instance_extensions": [ { "name": "VK_debug_report_EXT", "spec_version": "1" @@ -902,7 +902,7 @@ For example: "vkGetInstanceProcAddr": "OverlayLayer_GetInstanceProcAddr", "vkGetDeviceProcAddr": "OverlayLayer_GetDeviceProcAddr" }, - instance_extensions": [ + "instance_extensions": [ { "name": "VK_debug_report_EXT", "spec_version": "1" |
