mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-29 18:08:29 +00:00
doc: Add changelogs for MR 599
This commit is contained in:
parent
363703602e
commit
e12598c0a3
5
doc/changes/compositor/mr.599.md
Normal file
5
doc/changes/compositor/mr.599.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
main: Refactor how the compositor interacts with targets, the goal is to enable
|
||||
the compositor to render to destinations that isn't backed by a `VkSwapchain`.
|
||||
Introduce `comp_target` and remove `comp_window`, also refactor `vk_swapchain`
|
||||
to be a sub-class of `comp_target` named `comp_target_swapchain`, the window
|
||||
backends now sub class `comp_target_swapchain`.
|
Loading…
Reference in a new issue