diff --git a/doc/changes/xrt/mr.1755.md b/doc/changes/xrt/mr.1755.md new file mode 100644 index 000000000..a886ea822 --- /dev/null +++ b/doc/changes/xrt/mr.1755.md @@ -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.