aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorMike Schuchardt <mikes@lunarg.com>2022-05-24 10:45:39 -0700
committerMike Schuchardt <mikes@lunarg.com>2022-05-24 11:53:28 -0700
commit6be9971a3737857d91d199a9b8df09471f477d47 (patch)
treeb3630968cb9f055bf9750908da2b5d703c466dff /scripts
parent689140c20446ce8b1a7dc8f4ca553d49bb4d53a4 (diff)
downloadusermoji-6be9971a3737857d91d199a9b8df09471f477d47.tar.xz
build: Update to header 1.3.215
- Update known-good - Generate source
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/generate_vulkan_wrapper.py4
-rw-r--r--scripts/known_good.json4
2 files changed, 6 insertions, 2 deletions
diff --git a/scripts/generate_vulkan_wrapper.py b/scripts/generate_vulkan_wrapper.py
index 26124396..c38d052f 100755
--- a/scripts/generate_vulkan_wrapper.py
+++ b/scripts/generate_vulkan_wrapper.py
@@ -630,6 +630,9 @@ VK_KHR_synchronization2 = Extension(name='VK_KHR_synchronization2', version=1, g
Command(name='vkGetQueueCheckpointData2NV', dispatch='VkQueue'),
])
+VK_KHR_fragment_shader_barycentric = Extension(name='VK_KHR_fragment_shader_barycentric', version=1, guard=None, commands=[
+])
+
VK_KHR_shader_subgroup_uniform_control_flow = Extension(name='VK_KHR_shader_subgroup_uniform_control_flow', version=1, guard=None, commands=[
])
@@ -1579,6 +1582,7 @@ extensions = [
VK_KHR_shader_non_semantic_info,
VK_KHR_present_id,
VK_KHR_synchronization2,
+ VK_KHR_fragment_shader_barycentric,
VK_KHR_shader_subgroup_uniform_control_flow,
VK_KHR_zero_initialize_workgroup_memory,
VK_KHR_workgroup_memory_explicit_layout,
diff --git a/scripts/known_good.json b/scripts/known_good.json
index 38e7a43b..1d540d8b 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.214"
+ "commit" : "v1.3.215"
},
{
"name" : "MoltenVK",
@@ -30,7 +30,7 @@
"sub_dir" : "Vulkan-Loader",
"build_dir" : "Vulkan-Loader/build",
"install_dir" : "Vulkan-Loader/build/install",
- "commit" : "v1.3.214",
+ "commit" : "v1.3.215",
"deps" : [
{
"var_name" : "VULKAN_HEADERS_INSTALL_DIR",