1// Copyright 2016-2021 The Khronos Group, Inc. 2// 3// SPDX-License-Identifier: CC-BY-4.0 4 5include::{generated}/meta/{refprefix}VK_KHR_push_descriptor.txt[] 6 7=== Other Extension Metadata 8 9*Last Modified Date*:: 10 2017-09-12 11*IP Status*:: 12 No known IP claims. 13*Contributors*:: 14 - Jeff Bolz, NVIDIA 15 - Michael Worcester, Imagination Technologies 16 17=== Description 18 19This extension allows descriptors to be written into the command buffer, 20while the implementation is responsible for managing their memory. 21Push descriptors may enable easier porting from older APIs and in some cases 22can be more efficient than writing descriptors into descriptor sets. 23 24include::{generated}/interfaces/VK_KHR_push_descriptor.txt[] 25 26=== Version History 27 28 * Revision 1, 2016-10-15 (Jeff Bolz) 29 - Internal revisions 30 31 * Revision 2, 2017-09-12 (Tobias Hector) 32 - Added interactions with Vulkan 1.1 33