doc: Document !2377

Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2379>
This commit is contained in:
Rylie Pavlik 2024-12-17 15:51:28 -06:00 committed by Marge Bot
parent 5a8fb95da5
commit b6a628afa2

View file

@ -1,2 +1,5 @@
---
- mr.2377
---
- Add: New `comp_layer_accum` helper, factored out from `comp_base`, that collects layers and swapchains for a frame.
- Change: Modify `comp_base` to use `comp_layer_accum` helper, instead of inlining that code. Users of `comp_base` will need to update their code accordingly.