Class XrSystemSpatialEntityPropertiesFB

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

public class XrSystemSpatialEntityPropertiesFB extends org.lwjgl.system.Struct<XrSystemSpatialEntityPropertiesFB> implements org.lwjgl.system.NativeResource
Properties object retrieved as part of next chain from xrGetSystemProperties.
Description

An application can inspect whether the system is capable of spatial entity operations by extending the XrSystemProperties with XrSystemSpatialEntityPropertiesFB structure when calling GetSystemProperties.

If a runtime returns FALSE for supportsSpatialEntity, the runtime must return ERROR_FEATURE_UNSUPPORTED from GetSpaceUuidFB.

Valid Usage (Implicit)
See Also

GetSystemProperties

Layout


 struct XrSystemSpatialEntityPropertiesFB {
     XrStructureType type();
     void const * next();
     XrBool32 supportsSpatialEntity();
 }