1// Copyright 2022-2023 The Khronos Group Inc. 2// 3// SPDX-License-Identifier: CC-BY-4.0 4 5include::{generated}/meta/{refprefix}VK_EXT_frame_boundary.adoc[] 6 7=== Other Extension Metadata 8 9*Last Modified Date*:: 10 2023-06-14 11*Contributors*:: 12 - James Fitzpatrick, Imagination Technologies 13 - Hugues Evrard, Google 14 - Melih Yasin Yalcin, Google 15 - Andrew Garrard, Imagination Technologies 16 - Jan-Harald Fredriksen, Arm 17 - Vassili Nikolaev, NVIDIA 18 - Ting Wei, Huawei 19 20=== Description 21 22apiext:VK_EXT_frame_boundary is a device extension that helps *tools* (such 23as debuggers) to group queue submissions per frames in non-trivial 24scenarios, typically when flink:vkQueuePresentKHR is not a relevant frame 25boundary delimiter. 26 27include::{generated}/interfaces/VK_EXT_frame_boundary.adoc[] 28 29=== Version History 30 31 * Revision 0, 2022-01-14 (Hugues Evard) 32 ** Initial proposal 33 34 * Revision 1, 2023-06-14 (James Fitzpatrick) 35 ** Initial draft 36