C Specification

// Provided by XR_META_spatial_entity_group_sharing
typedef struct XrSystemSpatialEntityGroupSharingPropertiesMETA {
    XrStructureType    type;
    void*              next;
    XrBool32           supportsSpatialEntityGroupSharing;
} XrSystemSpatialEntityGroupSharingPropertiesMETA;

Members

Member Descriptions
  • type is the XrStructureType of this structure.

  • next is NULL or a pointer to the next structure in a structure chain.

  • supportsSpatialEntityGroupSharing is an XrBool32 specifying if group sharing is supported.

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.

Valid Usage (Implicit)

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 2014-2025 The Khronos Group Inc.