C Specification
The XrSystemSpatialEntityGroupSharingPropertiesMETA structure is defined as:
// Provided by XR_META_spatial_entity_group_sharing
typedef struct XrSystemSpatialEntityGroupSharingPropertiesMETA {
    XrStructureType    type;
    void*              next;
    XrBool32           supportsSpatialEntityGroupSharing;
} XrSystemSpatialEntityGroupSharingPropertiesMETA;Members
Description
An application can inspect whether the system is capable of group based sharing by extending the XrSystemProperties with XrSystemSpatialEntityGroupSharingPropertiesMETA structure when calling xrGetSystemProperties.
In order to use XrShareSpacesRecipientGroupsMETA with
xrShareSpacesMETA, 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
xrQuerySpacesFB, 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.
See Also
Document Notes
For more information, see the OpenXR Specification
This page is extracted from the OpenXR Specification. Fixes and changes should be made to the Specification, not directly.
Copyright
Copyright 2014-2025 The Khronos Group Inc.
This work is licensed under a Creative Commons Attribution 4.0 International License.