doc: Document !448

This commit is contained in:
Jakob Bornecrantz 2020-07-20 19:56:35 +01:00
parent b87fd91bc8
commit 671628aabc
2 changed files with 7 additions and 0 deletions

View file

@ -0,0 +1,4 @@
OpenXR: Minor fixes for various bits of code: copy-typo in device assignment
code; better stub for the unimplemented function
`xrEnumerateBoundSourcesForAction`; better error message on internal error in
`xrGetCurrentInteractionProfile`.

View file

@ -0,0 +1,3 @@
OpenXR: Make the `xrGetCurrentInteractionProfile` conformance tests pass, needed
to implement better error checking as well as generating
`XrEventDataInteractionProfileChanged` events to the client.