XrRuntimeInfo QML Type

Displays information about the OpenXR runtime. More...

Import Statement: import QtQuick3D.Xr
Since: Qt 6.8
Inherits:

Item

Status: Technical Preview

Properties

Detailed Description

This type provides information about the OpenXR runtime, including enabled extensions, runtime name, version, graphics API name, and whether multi-view rendering is supported.

Note: This type is automatically created by a XrView and it can not be manually created.

Property Documentation

enabledExtensions : QStringList

A list of enabled OpenXR extensions.

This property holds a QStringList containing the names of the OpenXR extensions that are currently enabled for the runtime.


graphicsApiName : QString

The name of the graphics API used by the OpenXR runtime. This property specifies the name of the graphics API (for example, "Vulkan") that the OpenXR runtime is utilizing.


runtimeName : QString

The name of the OpenXR runtime.

This property provides the human-readable name of the OpenXR runtime being used.


runtimeVersion : QString

The version of the OpenXR runtime.

This property returns the version string of the OpenXR runtime (for example, "1.0.0").