2016-09-17 04:22:17 +00:00
|
|
|
[[VK_AMD_draw_indirect_count]]
|
2016-08-28 10:47:19 +00:00
|
|
|
== VK_AMD_draw_indirect_count
|
|
|
|
|
2016-09-17 04:22:17 +00:00
|
|
|
*Name String*::
|
|
|
|
VK_AMD_draw_indirect_count
|
|
|
|
*Extension Type*::
|
|
|
|
Device extension
|
|
|
|
*Registered Extension Number*::
|
|
|
|
34
|
|
|
|
*Last Modified Date*::
|
|
|
|
2016-08-23
|
|
|
|
*Revision*::
|
|
|
|
1
|
2016-08-28 10:47:19 +00:00
|
|
|
*IP Status*::
|
2016-09-17 04:22:17 +00:00
|
|
|
No known IP claims.
|
2016-08-28 10:47:19 +00:00
|
|
|
*Dependencies*::
|
2016-09-17 04:22:17 +00:00
|
|
|
- This extension is written against version 1.0 of the Vulkan API.
|
2016-08-28 10:47:19 +00:00
|
|
|
*Contributors*::
|
|
|
|
- Matthaeus G. Chajdas, AMD
|
|
|
|
- Derrick Owens, AMD
|
|
|
|
- Graham Sellers, AMD
|
|
|
|
- Daniel Rakos, AMD
|
|
|
|
- Dominik Witczak, AMD
|
|
|
|
*Contacts*::
|
|
|
|
- Matthaeus G. Chajdas, AMD (matthaeus.chajdas@amd.com)
|
|
|
|
|
|
|
|
This extension allows an application to source the number of draw calls for
|
|
|
|
indirect draw calls from a buffer. This enables applications to generate arbitrary
|
|
|
|
amounts of draw commands and execute them without host intervention.
|
|
|
|
|
|
|
|
=== New Functions
|
|
|
|
|
|
|
|
* fname:vkCmdDrawIndirectCountAMD
|
|
|
|
* fname:vkCmdDrawIndexedIndirectCountAMD
|
|
|
|
|
|
|
|
=== Version History
|
|
|
|
|
|
|
|
* Revision 2, 2016-08-23 (Dominik Witczak)
|
|
|
|
- Minor fixes
|
|
|
|
* Revision 1, 2016-07-21 (Matthaeus Chajdas)
|
|
|
|
- Initial draft
|