36 lines
1013 B
Plaintext
36 lines
1013 B
Plaintext
|
// Copyright (c) 2016-2017 Khronos Group. This work is licensed under a
|
||
|
// Creative Commons Attribution 4.0 International License; see
|
||
|
// http://creativecommons.org/licenses/by/4.0/
|
||
|
|
||
|
include::meta/VK_KHR_draw_indirect_count.txt[]
|
||
|
|
||
|
*Status*::
|
||
|
Draft
|
||
|
*Last Modified Date*::
|
||
|
2017-08-25
|
||
|
*IP Status*::
|
||
|
No known IP claims.
|
||
|
*Contributors*::
|
||
|
- Matthaeus G. Chajdas, AMD
|
||
|
- Derrick Owens, AMD
|
||
|
- Graham Sellers, AMD
|
||
|
- Daniel Rakos, AMD
|
||
|
- Dominik Witczak, AMD
|
||
|
- Piers Daniell, NVIDIA
|
||
|
|
||
|
This extension is based off the VK_AMD_draw_indirect_count extension.
|
||
|
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
|
||
|
|
||
|
* flink:vkCmdDrawIndirectCountKHR
|
||
|
* flink:vkCmdDrawIndexedIndirectCountKHR
|
||
|
|
||
|
=== Version History
|
||
|
|
||
|
* Revision 1, 2017-08-25 (Piers Daniell)
|
||
|
- Initial draft based off VK_AMD_draw_indirect_count
|