1// Copyright 2023 The Khronos Group Inc. 2// 3// SPDX-License-Identifier: CC-BY-4.0 4 5include::{generated}/meta/{refprefix}VK_MSFT_layered_driver.adoc[] 6 7=== Other Extension Metadata 8 9*Last Modified Date*:: 10 2023-06-21 11*IP Status*:: 12 No known IP claims. 13*Contributors*:: 14 - Jesse Natalie, Microsoft 15 16=== Description 17 18This extension adds new physical device properties to allow applications and 19the Vulkan ICD loader to understand when a physical device is implemented as 20a layered driver on top of another underlying API. 21 22include::{generated}/interfaces/VK_MSFT_layered_driver.adoc[] 23 24=== Examples 25 26None. 27 28=== Version History 29 30 * Revision 1, 2023-06-21 (Jesse Natalie) 31 ** Initial revision 32