ppsspp/ext/openxr
2023-06-26 17:26:27 +02:00
..
android/arm64-v8a OpenXR - Runtimes updated 2023-06-26 17:26:27 +02:00
stub/arm64-v8a OpenXR - One APK for both Pico and Quest 2023-02-08 17:26:36 +01:00
openxr_platform_defines.h OpenXR - SDK updated 2022-12-07 21:19:33 +01:00
openxr_platform.h OpenXR - SDK updated 2022-12-07 21:19:33 +01:00
openxr_reflection.h OpenXR - SDK updated 2022-12-07 21:19:33 +01:00
openxr.h OpenXR - Increase foveation level 2023-03-09 21:04:30 +01:00
README.md OpenXR - One APK for both Pico and Quest 2023-02-08 17:26:36 +01:00

Introduction

OpenXR is an interface defined by Khronos Group. Implementation of the interface is done by each VR headset vendor differently.

Files

The used interface (headers in C language) is an older version because Pico doesn't support the latest one yet. The Implementations are taken from the vendor specific SDKs.

libopenxr_loader.so in stub is there only to satisfy linker, it doesn't matter which variant is it.