aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorMike Schuchardt <mikes@lunarg.com>2022-06-16 13:49:34 -0700
committerMike Schuchardt <mikes@lunarg.com>2022-06-16 15:51:34 -0700
commit01ad714caf71439d4ea521a450aa6a044ba22416 (patch)
tree37e7ac9cb9287241e39477376148e9f582e2864e /scripts
parent2661f654ad5df0e02ae04f6bdbe9be51864c8d6a (diff)
downloadusermoji-01ad714caf71439d4ea521a450aa6a044ba22416.tar.xz
build: Update to header 1.3.218
- Update known-good - Generate source
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/generate_vulkan_wrapper.py2
-rw-r--r--scripts/known_good.json4
2 files changed, 3 insertions, 3 deletions
diff --git a/scripts/generate_vulkan_wrapper.py b/scripts/generate_vulkan_wrapper.py
index 9198ec8b..482681b0 100755
--- a/scripts/generate_vulkan_wrapper.py
+++ b/scripts/generate_vulkan_wrapper.py
@@ -1477,7 +1477,7 @@ VK_QNX_screen_surface = Extension(name='VK_QNX_screen_surface', version=1, guard
Command(name='vkGetPhysicalDeviceScreenPresentationSupportQNX', dispatch='VkPhysicalDevice'),
])
-VK_KHR_video_queue = Extension(name='VK_KHR_video_queue', version=3, guard='VK_ENABLE_BETA_EXTENSIONS', commands=[
+VK_KHR_video_queue = Extension(name='VK_KHR_video_queue', version=4, guard='VK_ENABLE_BETA_EXTENSIONS', commands=[
Command(name='vkGetPhysicalDeviceVideoCapabilitiesKHR', dispatch='VkPhysicalDevice'),
Command(name='vkGetPhysicalDeviceVideoFormatPropertiesKHR', dispatch='VkPhysicalDevice'),
Command(name='vkCreateVideoSessionKHR', dispatch='VkDevice'),
diff --git a/scripts/known_good.json b/scripts/known_good.json
index 08e2e963..3e4835d6 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.3.217"
+ "commit" : "v1.3.218"
},
{
"name" : "MoltenVK",
@@ -30,7 +30,7 @@
"sub_dir" : "Vulkan-Loader",
"build_dir" : "Vulkan-Loader/build",
"install_dir" : "Vulkan-Loader/build/install",
- "commit" : "v1.3.217",
+ "commit" : "v1.3.218",
"deps" : [
{
"var_name" : "VULKAN_HEADERS_INSTALL_DIR",