mirror of
https://gitlab.freedesktop.org/mesa/vulkan-wsi-layer.git
synced 2026-05-05 06:28:02 +02:00
Merge 'Extend README with implemented extensions by the layer' into 'main'
See merge request mesa/vulkan-wsi-layer!111
This commit is contained in:
commit
41d0942b12
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