C Specification

The XrSpaceFilterComponentMETA structure is defined as:

// Provided by XR_META_spatial_entity_discovery
typedef struct XrSpaceFilterComponentMETA {
    XrStructureType           type;
    const void*               next;
    XrSpaceComponentTypeFB    componentType;
} XrSpaceFilterComponentMETA;

Members

Member Descriptions
  • type is the XrStructureType of this structure.

  • next must be NULL

  • componentType is the XrSpaceComponentTypeFB component that is expected to be enabled for the spaces returned by discovery.

Description

The XrSpaceFilterComponentMETA structure contains information used to discover Spatial Entities by components enabled.

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.