Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/KhronosGroup/Vulkan-Loader.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShannon McPherson <shannon@lunarg.com>2019-05-23 00:41:13 +0300
committerShannon McPherson <shannon@lunarg.com>2019-05-29 18:48:53 +0300
commit392a7eb3d28038979a12006a79faaae3354a9f96 (patch)
tree38e84940b15eaa93f82c6d6def8bc0ed3dac5db2
parentecbb1f348d719eb88eb5a297000282265c0f266e (diff)
build: Update known-good for 1.1.108 headerv1.1.108
Additionally, moved platform guards to surround `GetPhysicalDeviceSurfacePresentModes2EXT` Updated: - `loader/extension_manual.c` - `scripts/known_good.json` Change-Id: I5c5eef6474915f8cb9aeaedcf95e84bb118badfb
-rw-r--r--loader/extension_manual.c3
-rw-r--r--scripts/known_good.json2
2 files changed, 3 insertions, 2 deletions
diff --git a/loader/extension_manual.c b/loader/extension_manual.c
index e723df9f7..640db2f78 100644
--- a/loader/extension_manual.c
+++ b/loader/extension_manual.c
@@ -398,7 +398,6 @@ VKAPI_ATTR VkResult VKAPI_CALL terminator_GetPhysicalDeviceSurfacePresentModes2E
}
return icd_term->dispatch.GetPhysicalDeviceSurfacePresentModes2EXT(phys_dev_term->phys_dev, pSurfaceInfo, pPresentModeCount, pPresentModes);
}
-#endif // VK_USE_PLATFORM_WIN32_KHR
VKAPI_ATTR VkResult VKAPI_CALL GetDeviceGroupSurfacePresentModes2EXT(
VkDevice device,
@@ -429,3 +428,5 @@ VKAPI_ATTR VkResult VKAPI_CALL terminator_GetDeviceGroupSurfacePresentModes2EXT(
}
return VK_SUCCESS;
}
+
+#endif // VK_USE_PLATFORM_WIN32_KHR
diff --git a/scripts/known_good.json b/scripts/known_good.json
index 9988ea01e..feb9a5de1 100644
--- a/scripts/known_good.json
+++ b/scripts/known_good.json
@@ -6,7 +6,7 @@
"sub_dir" : "Vulkan-Headers",
"build_dir" : "Vulkan-Headers/build",
"install_dir" : "Vulkan-Headers/build/install",
- "commit" : "v1.1.107"
+ "commit" : "v1.1.108"
}
],
"install_names" : {