aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/generate_vulkan_wrapper.py6
-rw-r--r--scripts/known_good.json4
2 files changed, 7 insertions, 3 deletions
diff --git a/scripts/generate_vulkan_wrapper.py b/scripts/generate_vulkan_wrapper.py
index 0580690f..5a31bce8 100755
--- a/scripts/generate_vulkan_wrapper.py
+++ b/scripts/generate_vulkan_wrapper.py
@@ -651,6 +651,9 @@ VK_KHR_copy_commands2 = Extension(name='VK_KHR_copy_commands2', version=1, guard
VK_KHR_format_feature_flags2 = Extension(name='VK_KHR_format_feature_flags2', version=1, guard=None, commands=[
])
+VK_KHR_portability_enumeration = Extension(name='VK_KHR_portability_enumeration', version=1, guard=None, commands=[
+])
+
VK_KHR_maintenance4 = Extension(name='VK_KHR_maintenance4', version=2, guard=None, commands=[
Command(name='vkGetDeviceBufferMemoryRequirementsKHR', dispatch='VkDevice'),
Command(name='vkGetDeviceImageMemoryRequirementsKHR', dispatch='VkDevice'),
@@ -1317,7 +1320,7 @@ VK_KHR_android_surface = Extension(name='VK_KHR_android_surface', version=6, gua
Command(name='vkCreateAndroidSurfaceKHR', dispatch='VkInstance'),
])
-VK_ANDROID_external_memory_android_hardware_buffer = Extension(name='VK_ANDROID_external_memory_android_hardware_buffer', version=4, guard='VK_USE_PLATFORM_ANDROID_KHR', commands=[
+VK_ANDROID_external_memory_android_hardware_buffer = Extension(name='VK_ANDROID_external_memory_android_hardware_buffer', version=5, guard='VK_USE_PLATFORM_ANDROID_KHR', commands=[
Command(name='vkGetAndroidHardwareBufferPropertiesANDROID', dispatch='VkDevice'),
Command(name='vkGetMemoryAndroidHardwareBufferANDROID', dispatch='VkDevice'),
])
@@ -1551,6 +1554,7 @@ extensions = [
VK_KHR_workgroup_memory_explicit_layout,
VK_KHR_copy_commands2,
VK_KHR_format_feature_flags2,
+ VK_KHR_portability_enumeration,
VK_KHR_maintenance4,
VK_EXT_debug_report,
VK_NV_glsl_shader,
diff --git a/scripts/known_good.json b/scripts/known_good.json
index a0871fd3..f8f4f9c1 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.207"
+ "commit" : "v1.3.208"
},
{
"name" : "MoltenVK",
@@ -30,7 +30,7 @@
"sub_dir" : "Vulkan-Loader",
"build_dir" : "Vulkan-Loader/build",
"install_dir" : "Vulkan-Loader/build/install",
- "commit" : "v1.3.207",
+ "commit" : "v1.3.208",
"deps" : [
{
"var_name" : "VULKAN_HEADERS_INSTALL_DIR",