The open source OpenXR runtime

doc: Document !2554

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

authored by

Korcan Hussein and committed by
Marge Bot
71b786ac 7e964820

+4
+4
doc/changes/big/mr.2554.md
··· 1 + ### Added 2 + - New `xrt` primitive: `xrt_future`, the internal Monado representation of OpenXR futures. 3 + - Support for `XR_EXT_future` extension, enabling implementation of new extensions with asynchronous functions. 4 + - Developer documentation for using futures and implementing async functions, including server, client, and IPC integration guidelines.