From 504c876ec6e152569049838ad6d738e1d00deee3 Mon Sep 17 00:00:00 2001 From: Gavin John Date: Sun, 25 Aug 2024 14:08:16 -0700 Subject: [PATCH] doc/interoperability: add OpenXR doc --- doc/interoperability/openxr.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 doc/interoperability/openxr.md diff --git a/doc/interoperability/openxr.md b/doc/interoperability/openxr.md new file mode 100644 index 000000000000..186b06d38c03 --- /dev/null +++ b/doc/interoperability/openxr.md @@ -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.