aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorMike Schuchardt <mikes@lunarg.com>2023-09-11 11:15:43 -0700
committerCharles Giessen <46324611+charles-lunarg@users.noreply.github.com>2023-09-12 10:13:04 -0600
commit45095e1b094ae45d4437ad516aaffbb499882d18 (patch)
tree251d5ecbd936466335150c6f36ca62c8ac0dacbe /scripts
parentd3c1c1ade0488aca289b34157ce38e3f359d2f4c (diff)
downloadusermoji-45095e1b094ae45d4437ad516aaffbb499882d18.tar.xz
build: Update to header 1.3.264
- Update known-good - Generate source
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/generate_vulkan_wrapper.py8
-rw-r--r--scripts/known_good.json4
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",