C Specification

The XrRoomMeshFaceMETA structure is defined as:

// Provided by XR_META_spatial_entity_room_mesh
typedef struct XrRoomMeshFaceMETA {
    XrUuid                 uuid;
    XrUuid                 parentUuid;
    XrSemanticLabelMETA    semanticLabel;
} XrRoomMeshFaceMETA;

Members

Member Descriptions
  • uuid is a valid XrUuid of this face.

  • parentUuid is a valid XrUuid of the parent face of this face if the parent face exists; otherwise, it is an all-zero XrUuid.

  • semanticLabel is the semantic label of this face, which must be one of the semantic labels specified in XrSpaceRoomMeshGetInfoMETA::recognizedSemanticLabels or XR_SEMANTIC_LABEL_UNKNOWN_META.

Description

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