doc: Document !1755

This commit is contained in:
Jakob Bornecrantz 2023-04-04 11:46:44 +01:00
parent 50838f5801
commit 98395eab4b

View file

@ -0,0 +1,5 @@
Introduce `xrt_layer_frame_data` struct that holds per frame data for the
`xrt_compositor` layer interface. This is a sibling to the `xrt_layer_data`
struct which holds per layer data. Both are structs instead of arguments to make
it easier to pass the needed data through the layers of Monado, and for easier
extension further down the line.