1// Copyright 2018-2022 The Khronos Group Inc. 2// 3// SPDX-License-Identifier: CC-BY-4.0 4 5include::{generated}/meta/{refprefix}VK_EXT_metal_surface.adoc[] 6 7=== Other Extension Metadata 8 9*Last Modified Date*:: 10 2018-10-01 11*IP Status*:: 12 No known IP claims. 13*Contributors*:: 14 - Dzmitry Malyshau, Mozilla Corp. 15 16=== Description 17 18The `VK_EXT_metal_surface` extension is an instance extension. 19It provides a mechanism to create a slink:VkSurfaceKHR object (defined by 20the `apiext:VK_KHR_surface` extension) from basetype:CAMetalLayer, which is 21the native rendering surface of Apple's Metal framework. 22 23include::{generated}/interfaces/VK_EXT_metal_surface.adoc[] 24 25=== Version History 26 27 * Revision 1, 2018-10-01 (Dzmitry Malyshau) 28 ** Initial version 29