1// Copyright 2017-2023 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*Interactions and External Dependencies*:: 12 - This extension requires 13 {spirv}/AMD/SPV_AMDX_shader_enqueue.html[`SPV_AMDX_shader_enqueue`]. 14 15*Provisional*:: 16 17*This extension is _provisional_ and should: not be used in production 18applications. 19The functionality may: change in ways that break backwards compatibility 20between revisions, and before final release.* 21 22*Contributors*:: 23 - Tobias Hector, AMD 24 - Matthaeus Chajdas, AMD 25 - Maciej Jesionowski, AMD 26 - Robert Martin, AMD 27 - Qun Lin, AMD 28 - Rex Xu, AMD 29 - Dominik Witczak, AMD 30 - Karthik Srinivasan, AMD 31 - Nicolai Haehnle, AMD 32 - Stuart Smith, AMD 33 34=== Description 35 36This extension adds the ability for developers to enqueue compute shader 37workgroups from other compute shaders. 38 39include::{generated}/interfaces/VK_AMDX_shader_enqueue.adoc[] 40 41=== Version History 42 43 * Revision 1, 2021-07-22 (Tobias Hector) 44 ** Initial revision 45