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.adoc[] 6 7=== Other Extension Metadata 8 9*Last Modified Date*:: 10 2016-08-23 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 20=== Description 21 22This extension allows an application to source the number of draws for 23indirect drawing commands from a buffer. 24This enables applications to generate an arbitrary number of drawing 25commands and execute them without host intervention. 26 27=== Promotion to `VK_KHR_draw_indirect_count` 28 29All functionality in this extension is included in 30`apiext:VK_KHR_draw_indirect_count`, with the suffix changed to KHR. 31The original type, enum and command names are still available as aliases of 32the core functionality. 33 34include::{generated}/interfaces/VK_AMD_draw_indirect_count.adoc[] 35 36=== Version History 37 38 * Revision 2, 2016-08-23 (Dominik Witczak) 39 ** Minor fixes 40 * Revision 1, 2016-07-21 (Matthaeus Chajdas) 41 ** Initial draft 42