/ appendices / VK_EXT_pipeline_creation_feedback.txt
VK_EXT_pipeline_creation_feedback.txt
 1  include::meta/VK_EXT_pipeline_creation_feedback.txt[]
 2  
 3  *Last Modified Date*::
 4      2019-03-12
 5  *IP Status*::
 6      No known IP claims.
 7  *Contributors*::
 8    - Jean-Francois Roy, Google
 9    - Hai Nguyen, Google
10    - Andrew Ellem, Google
11    - Bob Fraser, Google
12    - Sujeevan Rajayogam, Google
13    - Jan-Harald Fredriksen, ARM
14    - Jeff Leger, Qualcomm Technologies, Inc.
15    - Jeff Bolz, NVIDIA
16    - Daniel Koch, NVIDIA
17    - Neil Henning, AMD
18  
19  This extension adds a mechanism to provide feedback to an application about
20  pipeline creation, with the specific goal of allowing a feedback loop
21  between build systems and in-the-field application executions to ensure
22  effective pipeline caches are shipped to customers.
23  
24  === New Object Types
25  
26  None.
27  
28  === New Enum Constants
29  
30    * Extending elink:VkStructureType:
31    ** ename:VK_STRUCTURE_TYPE_PIPELINE_CREATION_FEEDBACK_CREATE_INFO_EXT
32  
33  === New Enums
34  
35    * elink:VkPipelineCreationFeedbackFlagBitsEXT
36  
37  === New Structures
38  
39    * slink:VkPipelineCreationFeedbackCreateInfoEXT
40    * slink:VkPipelineCreationFeedbackEXT
41  
42  === New Functions
43  
44  None.
45  
46  === Issues
47  
48  None.
49  
50  === Examples
51  
52  None.
53  
54  === Version History
55  
56    * Revision 1, 2019-03-12 (Jean-Francois Roy)
57      - Initial revision