/ appendices / VK_AMD_buffer_marker.txt
VK_AMD_buffer_marker.txt
 1  include::meta/VK_AMD_buffer_marker.txt[]
 2  
 3  *Last Modified Date*::
 4      2018-01-26
 5  *IP Status*::
 6      No known IP claims.
 7  *Contributors*::
 8    - Matthaeus G. Chajdas, AMD
 9    - Jaakko Konttinen, AMD
10    - Daniel Rakos, AMD
11  
12  This extension adds a new operation to execute pipelined writes of small
13  marker values into a sname:VkBuffer object.
14  
15  The primary purpose of these markers is to facilitate the development of
16  debugging tools for tracking which pipelined command contributed to device
17  loss.
18  
19  === New Object Types
20  
21  None.
22  
23  === New Enum Constants
24  
25  None.
26  
27  === New Enums
28  
29  None.
30  
31  === New Structures
32  
33  None.
34  
35  === New Functions
36  
37    * flink:vkCmdWriteBufferMarkerAMD
38  
39  === Examples
40  
41  None.
42  
43  === Version History
44  
45    * Revision 1, 2018-01-26 (Jaakko Konttinen)
46      - Initial revision