aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/generate_vulkan_wrapper.py9
-rw-r--r--scripts/known_good.json4
2 files changed, 11 insertions, 2 deletions
diff --git a/scripts/generate_vulkan_wrapper.py b/scripts/generate_vulkan_wrapper.py
index 09be2ca4..89de0bad 100755
--- a/scripts/generate_vulkan_wrapper.py
+++ b/scripts/generate_vulkan_wrapper.py
@@ -1250,6 +1250,14 @@ VK_FUCHSIA_external_semaphore = Extension(name='VK_FUCHSIA_external_semaphore',
Command(name='vkGetSemaphoreZirconHandleFUCHSIA', dispatch='VkDevice'),
])
+VK_FUCHSIA_buffer_collection = Extension(name='VK_FUCHSIA_buffer_collection', version=2, guard='VK_USE_PLATFORM_FUCHSIA', commands=[
+ Command(name='vkCreateBufferCollectionFUCHSIA', dispatch='VkDevice'),
+ Command(name='vkSetBufferCollectionImageConstraintsFUCHSIA', dispatch='VkDevice'),
+ Command(name='vkSetBufferCollectionBufferConstraintsFUCHSIA', dispatch='VkDevice'),
+ Command(name='vkDestroyBufferCollectionFUCHSIA', dispatch='VkDevice'),
+ Command(name='vkGetBufferCollectionPropertiesFUCHSIA', dispatch='VkDevice'),
+])
+
VK_MVK_ios_surface = Extension(name='VK_MVK_ios_surface', version=3, guard='VK_USE_PLATFORM_IOS_MVK', commands=[
Command(name='vkCreateIOSSurfaceMVK', dispatch='VkInstance'),
])
@@ -1610,6 +1618,7 @@ extensions = [
VK_FUCHSIA_imagepipe_surface,
VK_FUCHSIA_external_memory,
VK_FUCHSIA_external_semaphore,
+ VK_FUCHSIA_buffer_collection,
VK_MVK_ios_surface,
VK_MVK_macos_surface,
VK_EXT_metal_surface,
diff --git a/scripts/known_good.json b/scripts/known_good.json
index cc153877..6c3c34d3 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.193"
+ "commit" : "v1.2.194"
},
{
"name" : "MoltenVK",
@@ -30,7 +30,7 @@
"sub_dir" : "Vulkan-Loader",
"build_dir" : "Vulkan-Loader/build",
"install_dir" : "Vulkan-Loader/build/install",
- "commit" : "v1.2.193",
+ "commit" : "v1.2.194",
"deps" : [
{
"var_name" : "VULKAN_HEADERS_INSTALL_DIR",