C Specification

The XrSpaceGroupUuidFilterInfoMETA structure is defined as:

// Provided by XR_FB_spatial_entity_query with XR_META_spatial_entity_group_sharing
typedef struct XrSpaceGroupUuidFilterInfoMETA {
    XrStructureType    type;
    const void*        next;
    XrUuid             groupUuid;
} XrSpaceGroupUuidFilterInfoMETA;

Members

Member Descriptions
  • type is the XrStructureType of this structure.

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

  • groupUuid is an XrUuid specifying which group UUID that the application wants to query for spaces shared within.

Description

This structure is a space query filter for use with query functions introduced in the XR_FB_spatial_entity_query extension.

To query spaces shared with a group, the application can include the XrSpaceGroupUuidFilterInfoMETA filter in the query filters when calling xrQuerySpacesFB.

If XrSpaceGroupUuidFilterInfoMETA is passed into xrQuerySpacesFB and the group UUID is not found by the runtime, the runtime must return an XR_ERROR_SPACE_GROUP_NOT_FOUND_META as the XrEventDataSpaceQueryCompleteFB::result.

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.