Class XrSystemBodyTrackingPropertiesHTC

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

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

An application can inspect whether the system is capable of body tracking by extending the XrSystemProperties with XrSystemBodyTrackingPropertiesHTC structure when calling GetSystemProperties.

If a runtime returns FALSE for supportsBodyTracking, the runtime must return ERROR_FEATURE_UNSUPPORTED from CreateBodyTrackerHTC.

Valid Usage (Implicit)
See Also

XrSystemProperties, GetSystemProperties

Layout


 struct XrSystemBodyTrackingPropertiesHTC {
     XrStructureType type();
     void * next();
     XrBool32 supportsBodyTracking();
 }