From e352cffbe12d0dd8c7314785105692d8a652fee6 Mon Sep 17 00:00:00 2001 From: Christoph Haag Date: Sun, 17 Mar 2024 22:40:45 +0100 Subject: [PATCH] doc: document !2175 --- doc/changes/compositor/mr.2086.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/changes/compositor/mr.2086.md b/doc/changes/compositor/mr.2086.md index 59e842029..99b9b4042 100644 --- a/doc/changes/compositor/mr.2086.md +++ b/doc/changes/compositor/mr.2086.md @@ -1,3 +1,8 @@ +--- +- mr.2086 +- mr.2175 +--- + - xrt_layer_type: Renamed the `XRT_LAYER_STEREO_PROJECTION` to `XRT_LAYER_PROJECTION` and `XRT_LAYER_STEREO_PROJECTION_DEPTH` to `XRT_LAYER_PROJECTION_DEPTH` in the `xrt_layer_type` enumeration to support both mono and stereo projection layers. This change provides a more inclusive and versatile categorization of projection layers within the XRT framework, accommodating a wider range of use cases. - multi_layer_entry: Updated the array length of xscs within multi_layer_entry from 4 to `2 * XRT_MAX_VIEWS` to accommodate a variable number of views.