Vulkan-Docs/appendices/VK_AMD_buffer_marker.txt
Jon Leech 9a8314cd41 Restructure the repository to put the specification Makefile and
associated material at the top level, vk.xml and associated material in
xml/, and generated include and source files in include/vulkan/ and
src/ext_loader/, respectively (public issue 436).
2018-04-04 23:08:43 -07:00

47 lines
763 B
Plaintext

include::meta/VK_AMD_buffer_marker.txt[]
*Last Modified Date*::
2018-01-26
*IP Status*::
No known IP claims.
*Contributors*::
- Matthaeus G. Chajdas, AMD
- Jaakko Konttinen, AMD
- Daniel Rakos, AMD
This extension adds a new operation to execute pipelined writes of small
marker values into a sname:VkBuffer object.
The primary purpose of these markers is to facilitate the development of
debugging tools for tracking which pipelined command contributed to device
loss.
=== New Object Types
None.
=== New Enum Constants
None.
=== New Enums
None.
=== New Structures
None.
=== New Functions
* flink:vkCmdWriteBufferMarkerAMD
=== Examples
None.
=== Version History
* Revision 1, 2018-01-26 (Jaakko Konttinen)
- Initial revision