1// Copyright 2019-2021 The Khronos Group, Inc. 2// 3// SPDX-License-Identifier: CC-BY-4.0 4 5include::{generated}/meta/{refprefix}VK_KHR_present_id.txt[] 6 7=== Other Extension Metadata 8 9*Last Modified Date*:: 10 2019-05-15 11*IP Status*:: 12 No known IP claims. 13*Contributors*:: 14 - Keith Packard, Valve 15 - Ian Elliott, Google 16 - Alon Or-bach, Samsung 17 18=== Description 19 20This device extension allows an application that uses the 21`apiext:VK_KHR_swapchain` extension to provide an identifier for present 22operations on a swapchain. 23An application can: use this to reference specific present operations in 24other extensions. 25 26include::{generated}/interfaces/VK_KHR_present_id.txt[] 27 28=== Issues 29 30None. 31 32=== Examples 33 34=== Version History 35 36 * Revision 1, 2019-05-15 (Keith Packard) 37 - Initial version 38