• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// Copyright 2018-2021 The Khronos Group, Inc.
2//
3// SPDX-License-Identifier: CC-BY-4.0
4
5include::{generated}/meta/{refprefix}VK_EXT_acquire_drm_display.txt[]
6
7=== Other Extension Metadata
8
9*Last Modified Date*::
10    2021-06-09
11*IP Status*::
12    No known IP claims.
13*Contributors*::
14  - Simon Zeni, Status Holdings, Ltd.
15
16=== Description
17
18This extension allows an application to take exclusive control of a display
19using the Direct Rendering Manager (DRM) interface.
20When acquired, the display will be under full control of the application
21until the display is either released or the connector is unplugged.
22
23include::{generated}/interfaces/VK_EXT_acquire_drm_display.txt[]
24
25=== Issues
26
27None.
28
29=== Version History
30
31  * Revision 1, 2021-05-11 (Simon Zeni)
32    - Initial draft
33