1include::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 14This extension allows an application to source the number of draw calls for 15indirect draw calls from a buffer. 16This enables applications to generate arbitrary amounts of draw commands and 17execute them without host intervention. 18 19=== New Functions 20 21 * flink:vkCmdDrawIndirectCountAMD 22 * flink:vkCmdDrawIndexedIndirectCountAMD 23 24=== Version History 25 26 * Revision 2, 2016-08-23 (Dominik Witczak) 27 - Minor fixes 28 * Revision 1, 2016-07-21 (Matthaeus Chajdas) 29 - Initial draft 30