1OPENXR_RUNTIME_LIST(1) BSD General Commands Manual OPENXR_RUNTIME_LIST(1)
2
4 openxr_runtime_list — A minimal OpenXR application that reports informa‐
5 tion about your OpenXR runtime
6
8 openxr_runtime_list
9
11 openxr_runtime_list is a minimal, command-line application written using
12 the OpenXR API.
13
14 It accepts no arguments. At startup, it connects to your OpenXR runtime
15 (if available) and reports the following data:
16
17 · System name
18
19 · System vendor ID
20
21 · System ID
22
23 · Available instance extensions and their versions.
24
26 The openxr_runtime_list utility exits 0 on success, and >0 if an error
27 occurs.
28
30 hello_xr(1), https://www.khronos.org/registry/OpenXR/ ,
31 https://github.com/KhronosGroup/OpenXR-SDK-Source/tree/mas‐
32 ter/src/tests/list
33
34BSD March 06, 2020 BSD