aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorMike Schuchardt <mikes@lunarg.com>2023-03-31 10:09:34 -0600
committerMike Schuchardt <mikes@lunarg.com>2023-03-31 12:29:19 -0600
commit4ad4313da0a8d374efc61d744e7132c38b2a2dbd (patch)
tree7e7215c8123502118eb9c7ac75a6cef2eb917d7e /scripts
parente60c43a479ce53c24588f621b6a9fb0ab9f6eff7 (diff)
downloadusermoji-4ad4313da0a8d374efc61d744e7132c38b2a2dbd.tar.xz
build: Update to header 1.3.246
- Update known-good - Generate source
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/generate_vulkan_wrapper.py20
-rw-r--r--scripts/known_good.json4
2 files changed, 18 insertions, 6 deletions
diff --git a/scripts/generate_vulkan_wrapper.py b/scripts/generate_vulkan_wrapper.py
index 75c3194b..d798f33f 100755
--- a/scripts/generate_vulkan_wrapper.py
+++ b/scripts/generate_vulkan_wrapper.py
@@ -1359,6 +1359,9 @@ VK_EXT_multi_draw = Extension(name='VK_EXT_multi_draw', version=1, guard=None, c
VK_EXT_image_2d_view_of_3d = Extension(name='VK_EXT_image_2d_view_of_3d', version=1, guard=None, commands=[
])
+VK_EXT_shader_tile_image = Extension(name='VK_EXT_shader_tile_image', version=1, guard=None, commands=[
+])
+
VK_EXT_opacity_micromap = Extension(name='VK_EXT_opacity_micromap', version=2, guard=None, commands=[
Command(name='vkCreateMicromapEXT', dispatch='VkDevice'),
Command(name='vkDestroyMicromapEXT', dispatch='VkDevice'),
@@ -1376,9 +1379,6 @@ VK_EXT_opacity_micromap = Extension(name='VK_EXT_opacity_micromap', version=2, g
Command(name='vkGetMicromapBuildSizesEXT', dispatch='VkDevice'),
])
-VK_NV_displacement_micromap = Extension(name='VK_NV_displacement_micromap', version=1, guard=None, commands=[
-])
-
VK_EXT_load_store_op_none = Extension(name='VK_EXT_load_store_op_none', version=1, guard=None, commands=[
])
@@ -1498,6 +1498,13 @@ VK_EXT_legacy_dithering = Extension(name='VK_EXT_legacy_dithering', version=1, g
VK_EXT_pipeline_protected_access = Extension(name='VK_EXT_pipeline_protected_access', version=1, guard=None, commands=[
])
+VK_EXT_shader_object = Extension(name='VK_EXT_shader_object', version=1, guard=None, commands=[
+ Command(name='vkCreateShadersEXT', dispatch='VkDevice'),
+ Command(name='vkDestroyShaderEXT', dispatch='VkDevice'),
+ Command(name='vkGetShaderBinaryDataEXT', dispatch='VkDevice'),
+ Command(name='vkCmdBindShadersEXT', dispatch='VkCommandBuffer'),
+])
+
VK_QCOM_tile_properties = Extension(name='VK_QCOM_tile_properties', version=1, guard=None, commands=[
Command(name='vkGetFramebufferTilePropertiesQCOM', dispatch='VkDevice'),
Command(name='vkGetDynamicRenderingTilePropertiesQCOM', dispatch='VkDevice'),
@@ -1704,6 +1711,9 @@ VK_EXT_video_encode_h264 = Extension(name='VK_EXT_video_encode_h264', version=10
VK_EXT_video_encode_h265 = Extension(name='VK_EXT_video_encode_h265', version=10, guard='VK_ENABLE_BETA_EXTENSIONS', commands=[
])
+VK_NV_displacement_micromap = Extension(name='VK_NV_displacement_micromap', version=1, guard='VK_ENABLE_BETA_EXTENSIONS', commands=[
+])
+
extensions = [
VK_core_0,
VK_core_1,
@@ -1961,8 +1971,8 @@ extensions = [
VK_EXT_image_view_min_lod,
VK_EXT_multi_draw,
VK_EXT_image_2d_view_of_3d,
+ VK_EXT_shader_tile_image,
VK_EXT_opacity_micromap,
- VK_NV_displacement_micromap,
VK_EXT_load_store_op_none,
VK_HUAWEI_cluster_culling_shader,
VK_EXT_border_color_swizzle,
@@ -1987,6 +1997,7 @@ extensions = [
VK_NV_optical_flow,
VK_EXT_legacy_dithering,
VK_EXT_pipeline_protected_access,
+ VK_EXT_shader_object,
VK_QCOM_tile_properties,
VK_SEC_amigo_profiling,
VK_QCOM_multiview_per_view_viewports,
@@ -2031,6 +2042,7 @@ extensions = [
VK_KHR_video_encode_queue,
VK_EXT_video_encode_h264,
VK_EXT_video_encode_h265,
+ VK_NV_displacement_micromap,
]
# end of generated code
diff --git a/scripts/known_good.json b/scripts/known_good.json
index 0ce254c7..dbdad444 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.245"
+ "commit": "v1.3.246"
},
{
"name" : "MoltenVK",
@@ -30,7 +30,7 @@
"sub_dir" : "Vulkan-Loader",
"build_dir" : "Vulkan-Loader/build",
"install_dir" : "Vulkan-Loader/build/install",
- "commit": "v1.3.245",
+ "commit": "v1.3.246",
"deps" : [
{
"var_name" : "VULKAN_HEADERS_INSTALL_DIR",