Class XrSystemSpatialEntitySharingPropertiesMETA

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

public class XrSystemSpatialEntitySharingPropertiesMETA extends org.lwjgl.system.Struct<XrSystemSpatialEntitySharingPropertiesMETA> implements org.lwjgl.system.NativeResource
spatial entity sharing system properties.
Description

An application can inspect whether the system is capable of Spatial Entity Sharing by extending the XrSystemProperties with XrSystemSpatialEntitySharingPropertiesMETA structure when calling GetSystemProperties.

If a runtime returns FALSE for supportsSpatialEntitySharing, the runtime must return ERROR_FEATURE_UNSUPPORTED from ShareSpacesMETA.

Valid Usage (Implicit)
See Also

XrSystemProperties, GetSystemProperties

Layout


 struct XrSystemSpatialEntitySharingPropertiesMETA {
     XrStructureType type();
     void * next();
     XrBool32 supportsSpatialEntitySharing();
 }