doc: Document !2081

This commit is contained in:
Jakob Bornecrantz 2023-12-15 18:35:48 +00:00
parent ba79c268b1
commit 30c2016e81
3 changed files with 7 additions and 0 deletions

View file

@ -0,0 +1,2 @@
u/space_overseer: Use broadcast event sink for reference space changes,
generates `xrt_session_event_reference_space_change_pending` events.

View file

@ -0,0 +1,2 @@
Add `xrt_session_event_reference_space_change_pending` event, this is used to
generate `XrEventDataReferenceSpaceChangePending` in OpenXR.

View file

@ -0,0 +1,3 @@
Pass down broadcast `xrt_session_event_sink` pointer to prober and builder when
creating system, this is used to broadcast events to all sessions. Such as
reference space change pending event.