1// Copyright 2017-2024 The Khronos Group Inc. 2// 3// SPDX-License-Identifier: CC-BY-4.0 4 5include::{generated}/meta/{refprefix}VK_AMDX_shader_enqueue.adoc[] 6 7=== Other Extension Metadata 8 9*Last Modified Date*:: 10 2021-07-22 11 12*Provisional*:: 13 14*This extension is _provisional_ and should: not be used in production 15applications. 16The functionality may: change in ways that break backwards compatibility 17between revisions, and before final release.* 18 19*Contributors*:: 20 - Tobias Hector, AMD 21 - Matthaeus Chajdas, AMD 22 - Maciej Jesionowski, AMD 23 - Robert Martin, AMD 24 - Qun Lin, AMD 25 - Rex Xu, AMD 26 - Dominik Witczak, AMD 27 - Karthik Srinivasan, AMD 28 - Nicolai Haehnle, AMD 29 - Stuart Smith, AMD 30 31=== Description 32 33This extension adds the ability for developers to enqueue compute shader 34workgroups from other compute shaders. 35 36include::{generated}/interfaces/VK_AMDX_shader_enqueue.adoc[] 37 38=== Version History 39 40 * Revision 1, 2021-07-22 (Tobias Hector) 41 ** Initial revision 42