DOKK / manpages / debian 11 / libopenxr-utils / openxr_runtime_list.1.en
OPENXR_RUNTIME_LIST(1) General Commands Manual OPENXR_RUNTIME_LIST(1)

openxr_runtime_listA minimal OpenXR application that reports information about your OpenXR runtime

openxr_runtime_list

openxr_runtime_list is a minimal, command-line application written using the OpenXR API.

It accepts no arguments. At startup, it connects to your OpenXR runtime (if available) and reports the following data:

  • System name
  • System vendor ID
  • System ID
  • Available instance extensions and their versions.

The openxr_runtime_list utility exits 0 on success, and >0 if an error occurs.

hello_xr(1), https://www.khronos.org/registry/OpenXR/ , https://github.com/KhronosGroup/OpenXR-SDK-Source/tree/master/src/tests/list

March 6, 2020 Debian