aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorMike Schuchardt <mikes@lunarg.com>2021-11-03 09:23:42 -0700
committerMike Schuchardt <mikes@lunarg.com>2021-11-03 10:01:18 -0700
commitaa16057108c4f2ed8a1a25e7175ee1bfbc195e90 (patch)
treef286e8f8d5bbc41daeb3040327562a931ffc6e00 /scripts
parent7001f2eb37d151c5fec082e6b1a683cf7c6d85f9 (diff)
downloadusermoji-aa16057108c4f2ed8a1a25e7175ee1bfbc195e90.tar.xz
build: Update to header 1.2.197
- Update known-good - Generate source
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/generate_vulkan_wrapper.py6
-rw-r--r--scripts/known_good.json4
2 files changed, 8 insertions, 2 deletions
diff --git a/scripts/generate_vulkan_wrapper.py b/scripts/generate_vulkan_wrapper.py
index cd8a46fb..1bf5447e 100755
--- a/scripts/generate_vulkan_wrapper.py
+++ b/scripts/generate_vulkan_wrapper.py
@@ -320,6 +320,11 @@ VK_KHR_display_swapchain = Extension(name='VK_KHR_display_swapchain', version=10
VK_KHR_sampler_mirror_clamp_to_edge = Extension(name='VK_KHR_sampler_mirror_clamp_to_edge', version=3, guard=None, commands=[
])
+VK_KHR_dynamic_rendering = Extension(name='VK_KHR_dynamic_rendering', version=1, guard=None, commands=[
+ Command(name='vkCmdBeginRenderingKHR', dispatch='VkCommandBuffer'),
+ Command(name='vkCmdEndRenderingKHR', dispatch='VkCommandBuffer'),
+])
+
VK_KHR_multiview = Extension(name='VK_KHR_multiview', version=1, guard=None, commands=[
])
@@ -1410,6 +1415,7 @@ extensions = [
VK_KHR_display,
VK_KHR_display_swapchain,
VK_KHR_sampler_mirror_clamp_to_edge,
+ VK_KHR_dynamic_rendering,
VK_KHR_multiview,
VK_KHR_get_physical_device_properties2,
VK_KHR_device_group,
diff --git a/scripts/known_good.json b/scripts/known_good.json
index 6e2c38c2..d22d50d0 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.2.196"
+ "commit" : "v1.2.197"
},
{
"name" : "MoltenVK",
@@ -30,7 +30,7 @@
"sub_dir" : "Vulkan-Loader",
"build_dir" : "Vulkan-Loader/build",
"install_dir" : "Vulkan-Loader/build/install",
- "commit" : "v1.2.196",
+ "commit" : "v1.2.197",
"deps" : [
{
"var_name" : "VULKAN_HEADERS_INSTALL_DIR",