Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion appendices/VK_KHR_surface_maintenance1.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2025 The Khronos Group Inc.
// Copyright 2025-2026 The Khronos Group Inc.
//
// SPDX-License-Identifier: CC-BY-4.0

Expand Down
2 changes: 1 addition & 1 deletion appendices/VK_KHR_swapchain_maintenance1.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2025 The Khronos Group Inc.
// Copyright 2025-2026 The Khronos Group Inc.
//
// SPDX-License-Identifier: CC-BY-4.0

Expand Down
6 changes: 3 additions & 3 deletions xml/vk.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<registry>
<comment>
Copyright 2015-2025 The Khronos Group Inc.
Copyright 2015-2026 The Khronos Group Inc.

SPDX-License-Identifier: Apache-2.0 OR MIT
</comment>
Expand Down Expand Up @@ -27536,7 +27536,7 @@ typedef void* <name>MTLSharedEvent_id</name>;
<feature name="amigoProfiling" struct="VkPhysicalDeviceAmigoProfilingFeaturesSEC"/>
</require>
</extension>
<extension name="VK_KHR_surface_maintenance1" number="487" type="instance" depends="VK_KHR_surface,VK_KHR_get_surface_capabilities2" author="KHR" contact="Shahbaz Youssefi @syoussefi" supported="vulkan" ratified="vulkan" nofeatures="true">
<extension name="VK_KHR_surface_maintenance1" number="487" type="instance" depends="VK_KHR_surface+VK_KHR_get_surface_capabilities2" author="KHR" contact="Shahbaz Youssefi @syoussefi" supported="vulkan" ratified="vulkan" nofeatures="true">
<require>
<enum value="1" name="VK_KHR_SURFACE_MAINTENANCE_1_SPEC_VERSION"/>
<enum value="&quot;VK_KHR_surface_maintenance1&quot;" name="VK_KHR_SURFACE_MAINTENANCE_1_EXTENSION_NAME"/>
Expand All @@ -27552,7 +27552,7 @@ typedef void* <name>MTLSharedEvent_id</name>;
<type name="VkSurfacePresentModeCompatibilityKHR"/>
</require>
</extension>
<extension name="VK_KHR_swapchain_maintenance1" number="488" type="device" depends="VK_KHR_swapchain,VK_KHR_surface_maintenance1,VK_KHR_get_physical_device_properties2" author="KHR" contact="Shahbaz Youssefi @syoussefi" supported="vulkan" ratified="vulkan">
<extension name="VK_KHR_swapchain_maintenance1" number="488" type="device" depends="VK_KHR_swapchain+VK_KHR_surface_maintenance1+(VK_KHR_get_physical_device_properties2,VK_VERSION_1_1)" author="KHR" contact="Shahbaz Youssefi @syoussefi" supported="vulkan" ratified="vulkan">
<require>
<enum value="1" name="VK_KHR_SWAPCHAIN_MAINTENANCE_1_SPEC_VERSION"/>
<enum value="&quot;VK_KHR_swapchain_maintenance1&quot;" name="VK_KHR_SWAPCHAIN_MAINTENANCE_1_EXTENSION_NAME"/>
Expand Down