diff options
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/generate_vulkan_wrapper.py | 8 | ||||
| -rw-r--r-- | scripts/known_good.json | 4 |
2 files changed, 10 insertions, 2 deletions
diff --git a/scripts/generate_vulkan_wrapper.py b/scripts/generate_vulkan_wrapper.py index 0195da04..43e4b909 100755 --- a/scripts/generate_vulkan_wrapper.py +++ b/scripts/generate_vulkan_wrapper.py @@ -1352,6 +1352,9 @@ VK_EXT_pipeline_properties = Extension(name='VK_EXT_pipeline_properties', versio Command(name='vkGetPipelinePropertiesEXT', dispatch='VkDevice'), ]) +VK_EXT_frame_boundary = Extension(name='VK_EXT_frame_boundary', version=1, guard=None, commands=[ +]) + VK_EXT_multisampled_render_to_single_sampled = Extension(name='VK_EXT_multisampled_render_to_single_sampled', version=1, guard=None, commands=[ ]) @@ -1584,6 +1587,9 @@ VK_EXT_attachment_feedback_loop_dynamic_state = Extension(name='VK_EXT_attachmen Command(name='vkCmdSetAttachmentFeedbackLoopEnableEXT', dispatch='VkCommandBuffer'), ]) +VK_MSFT_layered_driver = Extension(name='VK_MSFT_layered_driver', version=1, guard=None, commands=[ +]) + VK_NV_descriptor_pool_overallocation = Extension(name='VK_NV_descriptor_pool_overallocation', version=1, guard=None, commands=[ ]) @@ -2040,6 +2046,7 @@ extensions = [ VK_HUAWEI_invocation_mask, VK_NV_external_memory_rdma, VK_EXT_pipeline_properties, + VK_EXT_frame_boundary, VK_EXT_multisampled_render_to_single_sampled, VK_EXT_extended_dynamic_state2, VK_EXT_color_write_enable, @@ -2091,6 +2098,7 @@ extensions = [ VK_QCOM_ycbcr_degamma, VK_QCOM_filter_cubic_clamp, VK_EXT_attachment_feedback_loop_dynamic_state, + VK_MSFT_layered_driver, VK_NV_descriptor_pool_overallocation, VK_KHR_acceleration_structure, VK_KHR_ray_tracing_pipeline, diff --git a/scripts/known_good.json b/scripts/known_good.json index e0c51440..6eed5f45 100644 --- a/scripts/known_good.json +++ b/scripts/known_good.json @@ -7,7 +7,7 @@ "sub_dir": "Vulkan-Headers", "build_dir": "Vulkan-Headers/build", "install_dir": "Vulkan-Headers/build/install", - "commit": "v1.3.263" + "commit": "v1.3.264" }, { "name": "MoltenVK", @@ -32,7 +32,7 @@ "sub_dir": "Vulkan-Loader", "build_dir": "Vulkan-Loader/build", "install_dir": "Vulkan-Loader/build/install", - "commit": "v1.3.263", + "commit": "v1.3.264", "deps": [ { "var_name": "VULKAN_HEADERS_INSTALL_DIR", |
