1e5c31af7Sopenharmony_ci// Copyright 2016-2024 The Khronos Group Inc. 2e5c31af7Sopenharmony_ci// 3e5c31af7Sopenharmony_ci// SPDX-License-Identifier: CC-BY-4.0 4e5c31af7Sopenharmony_ci 5e5c31af7Sopenharmony_ciinclude::{generated}/meta/{refprefix}VK_KHR_maintenance3.adoc[] 6e5c31af7Sopenharmony_ci 7e5c31af7Sopenharmony_ci=== Other Extension Metadata 8e5c31af7Sopenharmony_ci 9e5c31af7Sopenharmony_ci*Last Modified Date*:: 10e5c31af7Sopenharmony_ci 2017-09-05 11e5c31af7Sopenharmony_ci*Contributors*:: 12e5c31af7Sopenharmony_ci - Jeff Bolz, NVIDIA 13e5c31af7Sopenharmony_ci 14e5c31af7Sopenharmony_ci=== Description 15e5c31af7Sopenharmony_ci 16e5c31af7Sopenharmony_ci`VK_KHR_maintenance3` adds a collection of minor features that were 17e5c31af7Sopenharmony_ciintentionally left out or overlooked from the original Vulkan 1.0 release. 18e5c31af7Sopenharmony_ci 19e5c31af7Sopenharmony_ciThe new features are as follows: 20e5c31af7Sopenharmony_ci 21e5c31af7Sopenharmony_ci * A limit on the maximum number of descriptors that are supported in a 22e5c31af7Sopenharmony_ci single descriptor set layout. 23e5c31af7Sopenharmony_ci Some implementations have a limit on the total size of descriptors in a 24e5c31af7Sopenharmony_ci set, which cannot be expressed in terms of the limits in Vulkan 1.0. 25e5c31af7Sopenharmony_ci * A limit on the maximum size of a single memory allocation. 26e5c31af7Sopenharmony_ci Some platforms have kernel interfaces that limit the maximum size of an 27e5c31af7Sopenharmony_ci allocation. 28e5c31af7Sopenharmony_ci 29e5c31af7Sopenharmony_ci=== Promotion to Vulkan 1.1 30e5c31af7Sopenharmony_ci 31e5c31af7Sopenharmony_ciAll functionality in this extension is included in core Vulkan 1.1, with the 32e5c31af7Sopenharmony_ciKHR suffix omitted. 33e5c31af7Sopenharmony_ciThe original type, enum and command names are still available as aliases of 34e5c31af7Sopenharmony_cithe core functionality. 35e5c31af7Sopenharmony_ci 36e5c31af7Sopenharmony_ciinclude::{generated}/interfaces/VK_KHR_maintenance3.adoc[] 37e5c31af7Sopenharmony_ci 38e5c31af7Sopenharmony_ci=== Version History 39e5c31af7Sopenharmony_ci 40e5c31af7Sopenharmony_ci * Revision 1, 2017-08-22 41