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
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.
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.