Class XrSystemSpatialEntityGroupSharingPropertiesMETA

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

public class XrSystemSpatialEntityGroupSharingPropertiesMETA extends org.lwjgl.system.Struct<XrSystemSpatialEntityGroupSharingPropertiesMETA> implements org.lwjgl.system.NativeResource
Group sharing system properties.
Description

An application can inspect whether the system is capable of group based sharing by extending the XrSystemProperties with XrSystemSpatialEntityGroupSharingPropertiesMETA structure when calling GetSystemProperties.

In order to use XrShareSpacesRecipientGroupsMETA with ShareSpacesMETA, the system must also support XR_META_spatial_entity_sharing. Please see XR_META_spatial_entity_sharing’s section for how to check if XR_META_spatial_entity_sharing is supported.

In order to use XrSpaceGroupUuidFilterInfoMETA with QuerySpacesFB, the system must also support XR_FB_spatial_entity_query. Please see XR_FB_spatial_entity_query’s section for how to check if XR_FB_spatial_entity_query is supported.

Valid Usage (Implicit)
See Also

XrSystemProperties, GetSystemProperties

Layout


 struct XrSystemSpatialEntityGroupSharingPropertiesMETA {
     XrStructureType type();
     void * next();
     XrBool32 supportsSpatialEntityGroupSharing();
 }