KhronosGroup / KhronosGroup/Vulkan-Samples
Add sample for HDR display formats
Open
sample
- Dominant language
- C++
- Stars
- 5.4k
- Forks
- 835
- Avg merge
- 2h 16m
- Merged PRs (30d)
- 1
Description
Most modern games support HDR displays, and Vulkan supports this with respective surface formats and color spaces. E.g. `VK_FORMAT_A2B10G10R10_UNORM_PACK32` and `VK_COLOR_SPACE_HDR10_ST2084_EXT`.
We should add a true HDR sample to our repo, that not only uses HDR formats for internal calculations (like the HDR sample), but also outputs HDR.
Contributor guide
Assessment
This issue has not been assessed yet.