The open source OpenXR runtime

doc: Document !2466

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

authored by

Jakob Bornecrantz and committed by
Marge Bot
4bc7b3cc f59526cf

+5
+2
doc/changes/ipc/mr.2466.md
··· 1 + Refactor client device to share more code, this change introduces the shared 2 + ipc_client_xdev struct.
+3
doc/changes/xrt/mr.2466.md
··· 1 + Make the supported fields on xrt_device be a struct. This makes it trivial for 2 + the IPC layer to correctly expose the supported functionality and methods of the 3 + device. There were multiple cases where fields were missed in the IPC layer.