Class XrSystemMarkerTrackingPropertiesVARJO

java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<XrSystemMarkerTrackingPropertiesVARJO>
org.lwjgl.openxr.XrSystemMarkerTrackingPropertiesVARJO
All Implemented Interfaces:
AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer

public class XrSystemMarkerTrackingPropertiesVARJO extends org.lwjgl.system.Struct<XrSystemMarkerTrackingPropertiesVARJO> implements org.lwjgl.system.NativeResource
System property for marker tracking.
Description

An application may inspect whether the system is capable of marker tracking by chaining an XrSystemMarkerTrackingPropertiesVARJO structure to the XrSystemProperties structure when calling GetSystemProperties.

The runtime should return TRUE for supportsMarkerTracking when marker tracking is available in the system, otherwise FALSE. Marker tracking calls must return ERROR_FEATURE_UNSUPPORTED if marker tracking is not available in the system.

Valid Usage (Implicit)
See Also

XrSystemProperties, GetSystemProperties

Layout


 struct XrSystemMarkerTrackingPropertiesVARJO {
     XrStructureType type();
     void * next();
     XrBool32 supportsMarkerTracking();
 }