summaryrefslogtreecommitdiff
path: root/appendices/VK_KHR_present_id.adoc
blob: 5e15a314bb521c511deb82e34e28386193978a95 (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
36
37
// Copyright 2019-2023 The Khronos Group Inc.
//
// SPDX-License-Identifier: CC-BY-4.0

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

=== Other Extension Metadata

*Last Modified Date*::
    2019-05-15
*IP Status*::
    No known IP claims.
*Contributors*::
  - Keith Packard, Valve
  - Ian Elliott, Google
  - Alon Or-bach, Samsung

=== Description

This device extension allows an application that uses the
`apiext:VK_KHR_swapchain` extension to provide an identifier for present
operations on a swapchain.
An application can: use this to reference specific present operations in
other extensions.

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

=== Issues

None.

=== Examples

=== Version History

  * Revision 1, 2019-05-15 (Keith Packard)
  ** Initial version