/ appendices / VK_AMD_draw_indirect_count.txt
VK_AMD_draw_indirect_count.txt
 1  include::meta/VK_AMD_draw_indirect_count.txt[]
 2  
 3  *Last Modified Date*::
 4      2016-08-23
 5  *IP Status*::
 6      No known IP claims.
 7  *Contributors*::
 8    - Matthaeus G. Chajdas, AMD
 9    - Derrick Owens, AMD
10    - Graham Sellers, AMD
11    - Daniel Rakos, AMD
12    - Dominik Witczak, AMD
13  
14  This extension allows an application to source the number of draw calls for
15  indirect draw calls from a buffer.
16  This enables applications to generate arbitrary amounts of draw commands and
17  execute them without host intervention.
18  
19  === New Functions
20  
21    * flink:vkCmdDrawIndirectCountAMD
22    * flink:vkCmdDrawIndexedIndirectCountAMD
23  
24  === Promotion to VK_KHR_draw_indirect_count
25  
26  All functionality in this extension is included in
27  <<VK_KHR_draw_indirect_count>>, with the suffix changed to KHR.
28  The original type, enum and command names are still available as aliases of
29  the core functionality.
30  
31  === Version History
32  
33   * Revision 2, 2016-08-23 (Dominik Witczak)
34     - Minor fixes
35   * Revision 1, 2016-07-21 (Matthaeus Chajdas)
36     - Initial draft