doc: Document !1166

This commit is contained in:
Jakob Bornecrantz 2022-03-14 16:22:49 +00:00 committed by Jakob Bornecrantz
parent b2d2cf3ade
commit 824ebc02de
5 changed files with 6 additions and 0 deletions

View file

@ -0,0 +1 @@
vk: Add `XRT_CHECK_RESULT` to sync functions.

View file

@ -0,0 +1 @@
st/oxr: Add `XRT_CHECK_RESULT` to oxr space functions.

View file

@ -0,0 +1 @@
OpenXR: Ensure even if relation is not locatable return only valid data.

View file

@ -0,0 +1 @@
OpenXR: Improve logging in `xrLocateSpace`.

View file

@ -0,0 +1,2 @@
Add `XRT_CHECK_RESULT` define to be used for ensure that the result from
functions are read and acted upon.