• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// Copyright (c) 2019-2020 Advanced Micro Devices, Inc.
2//
3// SPDX-License-Identifier: CC-BY-4.0
4
5include::{generated}/meta/{refprefix}VK_AMD_display_native_hdr.txt[]
6
7=== Other Extension Metadata
8
9*Last Modified Date*::
10    2018-12-18
11*IP Status*::
12    No known IP claims.
13*Contributors*::
14  - Matthaeus G. Chajdas, AMD
15  - Aaron Hagan, AMD
16  - Aric Cyr, AMD
17  - Timothy Lottes, AMD
18  - Derrick Owens, AMD
19  - Daniel Rakos, AMD
20
21=== Description
22
23This extension introduces the following display native HDR features to
24Vulkan:
25
26  * A new elink:VkColorSpaceKHR enum for setting the native display
27    colorspace.
28    For example, this color space would be set by the swapchain to use the
29    native color space in Freesync2 displays.
30  * Local dimming control
31
32include::{generated}/interfaces/VK_AMD_display_native_hdr.txt[]
33
34=== Issues
35
36None.
37
38=== Examples
39
40None.
41
42=== Version History
43
44  * Revision 1, 2018-12-18 (Daniel Rakos)
45    - Initial revision
46