mirror of
https://gitlab.freedesktop.org/mesa/vulkan-wsi-layer.git
synced 2025-12-29 02:00:10 +01:00
Extend README with implemented extensions by the layer
Change-Id: Ifb80ad8a28e1d529cc527bab0d3888916a15b4a2 Signed-off-by: Iason Paraskevopoulos <iason.paraskevopoulos@arm.com>
This commit is contained in:
parent
2449525741
commit
61dbbef491
1 changed files with 11 additions and 0 deletions
11
README.md
11
README.md
|
|
@ -15,6 +15,17 @@ The project currently implements support for `VK_EXT_headless_surface` and
|
|||
its dependencies. Experimental support for `VK_KHR_wayland_surface` can be
|
||||
enabled via a build option [as explained below](#building-with-wayland-support).
|
||||
|
||||
### Implemented Vulkan® extensions
|
||||
|
||||
The Vulkan® WSI Layer in addition to the window system integration extensions
|
||||
implements the following extensions:
|
||||
* Instance extensions
|
||||
* VK_KHR_get_surface_capabilities2
|
||||
* Device extensions
|
||||
* VK_KHR_shared_presentable_image
|
||||
* VK_EXT_image_compression_control_swapchain
|
||||
* VK_KHR_present_id
|
||||
|
||||
## Building
|
||||
|
||||
### Dependencies
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue