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