1// Copyright 2014-2023 The Khronos Group Inc.
2//
3// SPDX-License-Identifier: CC-BY-4.0
4
5include::{generated}/meta/{refprefix}VK_EXT_directfb_surface.adoc[]
6
7=== Other Extension Metadata
8
9*Last Modified Date*::
10    2020-06-16
11*IP Status*::
12    No known IP claims.
13*Contributors*::
14  - Nicolas Caramelli
15
16=== Description
17
18The `VK_EXT_directfb_surface` extension is an instance extension.
19It provides a mechanism to create a slink:VkSurfaceKHR object (defined by
20the `apiext:VK_KHR_surface` extension) that refers to a DirectFB
21code:IDirectFBSurface, as well as a query to determine support for rendering
22via DirectFB.
23
24include::{generated}/interfaces/VK_EXT_directfb_surface.adoc[]
25
26=== Version History
27
28  * Revision 1, 2020-06-16 (Nicolas Caramelli)
29  ** Initial version
30