mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
OpenXR - Add README.md about the SDK
This commit is contained in:
parent
afe3ba01fc
commit
d2de89e778
1 changed files with 14 additions and 0 deletions
14
ext/openxr/README.md
Normal file
14
ext/openxr/README.md
Normal file
|
@ -0,0 +1,14 @@
|
|||
### 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.
|
||||
|
||||
### Links
|
||||
|
||||
Khronos OpenXR SDK: https://github.com/KhronosGroup/OpenXR-SDK/
|
||||
Oculus OpenXR SDK: https://developer.oculus.com/downloads/package/oculus-openxr-mobile-sdk/
|
||||
Pico OpenXR SDK https://developer-global.pico-interactive.com/sdk?deviceId=1&platformId=3&itemId=11
|
Loading…
Add table
Reference in a new issue