doc/interoperability: add OpenXR doc

This commit is contained in:
Gavin John 2024-08-25 14:08:16 -07:00
parent 6426a889a5
commit 504c876ec6

View File

@ -0,0 +1,5 @@
# OpenXR in NixOS
OpenXR is a standard for eXtended Reality (XR) applications and drivers (providers).
OpenXR runtime providers must ensure that the library path of the runtime's shared library can be loaded by Nix applications. If your OpenXR runtime provider runs in an FHSEnv, this means you may have to use `auto-patchelf` to link dependencies to the Nix store.