The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

doc: Document !2612

Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2612>

authored by

Jakob Bornecrantz and committed by
Korcan Hussein
b8916b82 d5be3062

+10
+3
doc/changes/xrt/mr.2612.1.md
··· 1 + Add @ref xrt_view_type argument to @ref xrt_device::get_view_poses function, 2 + this decouples the type of the view from the number. Letting us have different 3 + semantics for the same view count.
+4
doc/changes/xrt/mr.2612.2.md
··· 1 + Make it possible for the compositor to expose multiple view configurations types 2 + supported, and letting the compositor control the sizes for them separately. 3 + This change introduces @ref xrt_view_config and @ref xrt_view_config_properties 4 + which are added to @ref xrt_system_compositor_info.
+3
doc/changes/xrt/mr.2612.3.md
··· 1 + Change the interface to allow for late creation of the @ref xrt_system and other 2 + system level structs. Allowing the server to launch accept apps and decide 3 + which form factor or view configuration to support until a later date.