summaryrefslogtreecommitdiff
path: root/appendices/VK_EXT_frame_boundary.adoc
blob: 4ba0fdaaf51759472c518a3d31eb9f5e93d9fd2c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
// Copyright 2022-2024 The Khronos Group Inc.
//
// SPDX-License-Identifier: CC-BY-4.0

include::{generated}/meta/{refprefix}VK_EXT_frame_boundary.adoc[]

=== Other Extension Metadata

*Last Modified Date*::
    2023-06-14
*Contributors*::
  - James Fitzpatrick, Imagination Technologies
  - Hugues Evrard, Google
  - Melih Yasin Yalcin, Google
  - Andrew Garrard, Imagination Technologies
  - Jan-Harald Fredriksen, Arm
  - Vassili Nikolaev, NVIDIA
  - Ting Wei, Huawei

=== Description

apiext:VK_EXT_frame_boundary is a device extension that helps *tools* (such
as debuggers) to group queue submissions per frames in non-trivial
scenarios, typically when flink:vkQueuePresentKHR is not a relevant frame
boundary delimiter.

include::{generated}/interfaces/VK_EXT_frame_boundary.adoc[]

=== Version History

  * Revision 0, 2022-01-14 (Hugues Evard)
  ** Initial proposal

  * Revision 1, 2023-06-14 (James Fitzpatrick)
  ** Initial draft