• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// Copyright (c) 2016-2017 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
5include::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
21This extension is based off the VK_AMD_draw_indirect_count extension.
22This extension allows an application to source the number of draw calls for
23indirect draw calls from a buffer.
24This enables applications to generate arbitrary amounts of draw commands and
25execute 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
36