1// Copyright (c) 2016-2020 Advanced Micro Devices, Inc. 2// 3// SPDX-License-Identifier: CC-BY-4.0 4 5include::{generated}/meta/{refprefix}VK_AMD_draw_indirect_count.txt[] 6 7=== Other Extension Metadata 8 9*Last Modified Date*:: 10 2016-08-23 11*Interactions and External Dependencies*:: 12 - Promoted to `apiext:VK_KHR_draw_indirect_count` 13*IP Status*:: 14 No known IP claims. 15*Contributors*:: 16 - Matthaeus G. Chajdas, AMD 17 - Derrick Owens, AMD 18 - Graham Sellers, AMD 19 - Daniel Rakos, AMD 20 - Dominik Witczak, AMD 21 22=== Description 23 24This extension allows an application to source the number of draws for 25indirect drawing commands from a buffer. 26This enables applications to generate an arbitrary number of drawing 27commands and execute them without host intervention. 28 29=== Promotion to `VK_KHR_draw_indirect_count` 30 31All functionality in this extension is included in 32`apiext:VK_KHR_draw_indirect_count`, with the suffix changed to KHR. 33The original type, enum and command names are still available as aliases of 34the core functionality. 35 36include::{generated}/interfaces/VK_AMD_draw_indirect_count.txt[] 37 38=== Version History 39 40 * Revision 2, 2016-08-23 (Dominik Witczak) 41 - Minor fixes 42 * Revision 1, 2016-07-21 (Matthaeus Chajdas) 43 - Initial draft 44