Registered Extension Number

631

Revision

1

Ratification Status

Ratified

Extension and Version Dependencies

API Interactions

  • Interacts with VK_VERSION_1_3

  • Interacts with VK_VERSION_1_4

  • Interacts with VK_KHR_copy_commands2

  • Interacts with VK_KHR_dynamic_rendering

  • Interacts with VK_KHR_dynamic_rendering_local_read

  • Interacts with VK_KHR_format_feature_flags2

Contact

Extension Proposal

Other Extension Metadata

Last Modified Date

2025-05-13

Interactions and External Dependencies
Contributors
  • Mike Blumenkrantz, Valve

  • Piers Daniell, NVIDIA

  • Hans-Kristian Arntzen, Valve

Description

VK_KHR_maintenance10 adds a collection of minor features, none of which would warrant an entire extension of their own.

The new features are as follows:

  • New image format feature bits that indicate support for copying depth or stencil aspects using non-graphics queue families

  • If vkCmdSetSampleMaskEXT is called with pSampleMask set to NULL, it is treated as if the mask has all bits set to 1.

  • Add vkCmdEndRendering2KHR as an extensible version of vkCmdEndRendering

  • Add input attachment information to dynamic rendering

  • Require that vertex inputs follow sRGB encoding when those formats are used, instead of being underspecified.

  • Add a query to determine if sRGB images are resolved in nonlinear or linear space by default

  • Add an optional feature to allow applications to override the default sRGB resolve behavior

  • Add resolve mode and depth-stencil resolve support to vkCmdResolveImage2 to bring it in-line with render pass attachment resolves

New Commands

New Structures

New Enums

New Bitmasks

New Enum Constants

Issues

None.

Version History

  • Revision 1, 2025-05-13 (Mike Blumenkrantz)

    • Initial revision

See Also

No cross-references are available

Document Notes

For more information, see the Vulkan Specification.

This page is a generated document. Fixes and changes should be made to the generator scripts, not directly.

Copyright 2014-2026 The Khronos Group Inc.

SPDX-License-Identifier: CC-BY-4.0