build: Update to header 1.3.224

- Update known-good
- Generate source
diff --git a/scripts/generate_vulkan_wrapper.py b/scripts/generate_vulkan_wrapper.py
index ff5212d..c643249 100755
--- a/scripts/generate_vulkan_wrapper.py
+++ b/scripts/generate_vulkan_wrapper.py
@@ -1215,6 +1215,9 @@
     Command(name='vkGetImageSubresourceLayout2EXT', dispatch='VkDevice'),
 ])
 
+VK_EXT_attachment_feedback_loop_layout = Extension(name='VK_EXT_attachment_feedback_loop_layout', version=2, guard=None, commands=[
+])
+
 VK_EXT_4444_formats = Extension(name='VK_EXT_4444_formats', version=1, guard=None, commands=[
 ])
 
@@ -1340,6 +1343,9 @@
     Command(name='vkGetDynamicRenderingTilePropertiesQCOM', dispatch='VkDevice'),
 ])
 
+VK_SEC_amigo_profiling = Extension(name='VK_SEC_amigo_profiling', version=1, guard=None, commands=[
+])
+
 VK_KHR_acceleration_structure = Extension(name='VK_KHR_acceleration_structure', version=13, guard=None, commands=[
     Command(name='vkCreateAccelerationStructureKHR', dispatch='VkDevice'),
     Command(name='vkDestroyAccelerationStructureKHR', dispatch='VkDevice'),
@@ -1758,6 +1764,7 @@
     VK_QCOM_rotated_copy_commands,
     VK_EXT_image_robustness,
     VK_EXT_image_compression_control,
+    VK_EXT_attachment_feedback_loop_layout,
     VK_EXT_4444_formats,
     VK_ARM_rasterization_order_attachment_access,
     VK_EXT_rgba10x6_formats,
@@ -1792,6 +1799,7 @@
     VK_EXT_subpass_merge_feedback,
     VK_EXT_shader_module_identifier,
     VK_QCOM_tile_properties,
+    VK_SEC_amigo_profiling,
     VK_KHR_acceleration_structure,
     VK_KHR_ray_tracing_pipeline,
     VK_KHR_ray_query,