/ appendices / VK_KHR_draw_indirect_count.txt
VK_KHR_draw_indirect_count.txt
 1  // Copyright (c) 2016-2019 Khronos Group. This work is licensed under a
 2  // Creative Commons Attribution 4.0 International License; see
 3  // http://creativecommons.org/licenses/by/4.0/
 4  
 5  include::meta/VK_KHR_draw_indirect_count.txt[]
 6  
 7  *Status*::
 8      Draft
 9  *Last Modified Date*::
10      2017-08-25
11  *IP Status*::
12      No known IP claims.
13  *Contributors*::
14    - Matthaeus G. Chajdas, AMD
15    - Derrick Owens, AMD
16    - Graham Sellers, AMD
17    - Daniel Rakos, AMD
18    - Dominik Witczak, AMD
19    - Piers Daniell, NVIDIA
20  
21  This extension is based off the VK_AMD_draw_indirect_count extension.
22  This extension allows an application to source the number of draw calls for
23  indirect draw calls from a buffer.
24  This enables applications to generate arbitrary amounts of draw commands and
25  execute them without host intervention.
26  
27  === New Functions
28  
29    * flink:vkCmdDrawIndirectCountKHR
30    * flink:vkCmdDrawIndexedIndirectCountKHR
31  
32  === Version History
33  
34   * Revision 1, 2017-08-25 (Piers Daniell)
35     - Initial draft based off VK_AMD_draw_indirect_count