blob: 7e17fdd7a84612aeca987218bc437128ee5b04aa [file] [log] [blame]
// Copyright 2016-2021 The Khronos Group, Inc.
//
// SPDX-License-Identifier: CC-BY-4.0
include::{generated}/meta/{refprefix}VK_KHR_push_descriptor.txt[]
=== Other Extension Metadata
*Last Modified Date*::
2017-09-12
*IP Status*::
No known IP claims.
*Contributors*::
- Jeff Bolz, NVIDIA
- Michael Worcester, Imagination Technologies
=== Description
This extension allows descriptors to be written into the command buffer,
while the implementation is responsible for managing their memory.
Push descriptors may enable easier porting from older APIs and in some cases
can be more efficient than writing descriptors into descriptor sets.
include::{generated}/interfaces/VK_KHR_push_descriptor.txt[]
=== Version History
* Revision 1, 2016-10-15 (Jeff Bolz)
- Internal revisions
* Revision 2, 2017-09-12 (Tobias Hector)
- Added interactions with Vulkan 1.1