Files
ppsspp/ext/openxr/README.md
2023-02-08 17:26:36 +01:00

710 B

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.