1// Copyright 2019-2024 The Khronos Group Inc. 2// 3// SPDX-License-Identifier: CC-BY-4.0 4 5include::{generated}/meta/{refprefix}VK_EXT_pipeline_creation_feedback.adoc[] 6 7=== Other Extension Metadata 8 9*Last Modified Date*:: 10 2019-03-12 11*IP Status*:: 12 No known IP claims. 13*Contributors*:: 14 - Jean-Francois Roy, Google 15 - Hai Nguyen, Google 16 - Andrew Ellem, Google 17 - Bob Fraser, Google 18 - Sujeevan Rajayogam, Google 19 - Jan-Harald Fredriksen, ARM 20 - Jeff Leger, Qualcomm Technologies, Inc. 21 - Jeff Bolz, NVIDIA 22 - Daniel Koch, NVIDIA 23 - Neil Henning, AMD 24 25=== Description 26 27This extension adds a mechanism to provide feedback to an application about 28pipeline creation, with the specific goal of allowing a feedback loop 29between build systems and in-the-field application executions to ensure 30effective pipeline caches are shipped to customers. 31 32include::{generated}/interfaces/VK_EXT_pipeline_creation_feedback.adoc[] 33 34=== Promotion to Vulkan 1.3 35 36Functionality in this extension is included in core Vulkan 1.3, with the EXT 37suffix omitted. 38The original type, enum and command names are still available as aliases of 39the core functionality. 40 41=== Version History 42 43 * Revision 1, 2019-03-12 (Jean-Francois Roy) 44 ** Initial revision 45