diff options
| author | Jon Ashburn <jon@lunarg.com> | 2015-12-10 18:20:52 -0700 |
|---|---|---|
| committer | Jon Ashburn <jon@lunarg.com> | 2015-12-10 18:20:52 -0700 |
| commit | 563708173641df82ea9ad85ff9d42815c839e2b7 (patch) | |
| tree | 9e18af0029c3a40dd8ae2f9d493ea7612da525db /layers/linux/basic.json | |
| parent | 5b62307522f111530224ae28ce63d03962fe9b16 (diff) | |
| download | usermoji-563708173641df82ea9ad85ff9d42815c839e2b7.tar.xz | |
layers: Add device extension entrypoints to JSON bug #15012
Diffstat (limited to 'layers/linux/basic.json')
| -rw-r--r-- | layers/linux/basic.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/layers/linux/basic.json b/layers/linux/basic.json index 9d051f5b..28e00f56 100644 --- a/layers/linux/basic.json +++ b/layers/linux/basic.json @@ -10,7 +10,8 @@ "device_extensions": [ { "name": "VK_LUNARG_LayerExtension1", - "spec_version": "0" + "spec_version": "0", + "entrypoints": ["vkLayerExtension1"] } ] } |
