diff options
| author | Mark Young <marky@lunarg.com> | 2017-03-29 13:39:27 -0600 |
|---|---|---|
| committer | Mark Young <marky@lunarg.com> | 2017-04-07 09:08:22 -0600 |
| commit | 8e04c6f0054eccf28f26245255eb05685a7c11ba (patch) | |
| tree | 92417c191eaedaef7bf735555444b3aafd937a95 /layers/linux/VkLayer_unique_objects.json | |
| parent | 10b04f3da9a9282428b6532667ea88256cfb6060 (diff) | |
| download | usermoji-8e04c6f0054eccf28f26245255eb05685a7c11ba.tar.xz | |
loader: Fix loader and layer negotiation
Resolve missing struct sType as well as extern of
vkNegotiateLoaderAndLayerInterface as a C function. Finally,
bump up the JSON file version so it looks for the negotiate
function.
Change-Id: I7fd4784fce6cbd0c303f7b2bb354542e4b16b1df
Diffstat (limited to 'layers/linux/VkLayer_unique_objects.json')
| -rw-r--r-- | layers/linux/VkLayer_unique_objects.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layers/linux/VkLayer_unique_objects.json b/layers/linux/VkLayer_unique_objects.json index 368766b6..11be2a36 100644 --- a/layers/linux/VkLayer_unique_objects.json +++ b/layers/linux/VkLayer_unique_objects.json @@ -1,5 +1,5 @@ { - "file_format_version" : "1.0.0", + "file_format_version" : "1.1.0", "layer" : { "name": "VK_LAYER_GOOGLE_unique_objects", "type": "GLOBAL", |
