doc: Document !2180

This commit is contained in:
Yu Li 2024-03-21 17:59:03 +08:00 committed by Simon Zeni
parent 6f35a3a51d
commit 74d38cbb9d
3 changed files with 5 additions and 0 deletions

View file

@ -0,0 +1,2 @@
all: Add support for get bounds rect function, used to implement
`xrGetReferenceSpaceBoundsRect`.

View file

@ -0,0 +1 @@
OpenXR: Implement function 'xrGetReferenceSpaceBoundsRect'.

View file

@ -0,0 +1,2 @@
Add `XRT_SPACE_BOUNDS_UNAVAILABLE` and `XRT_ERROR_COMPOSITOR_FUNCTION_NOT_IMPLEMENTED` enum,
and `xrt_compositor::get_reference_bounds_rect` function to implement `xrGetReferenceSpaceBoundsRect`