C Specification
The XrSceneMeshSemanticLabelSetANDROID enumeration describes the
semantic label sets for scene meshing.
Each value in this enum represents another enum that contains the semantic
labels.
For example, the XR_SCENE_MESH_SEMANTIC_LABEL_SET_DEFAULT_ANDROID
value represents the set XrSceneMeshSemanticLabelANDROID.
// Provided by XR_ANDROID_scene_meshing
typedef enum XrSceneMeshSemanticLabelSetANDROID {
XR_SCENE_MESH_SEMANTIC_LABEL_SET_NONE_ANDROID = 0,
XR_SCENE_MESH_SEMANTIC_LABEL_SET_DEFAULT_ANDROID = 1,
XR_SCENE_MESH_SEMANTIC_LABEL_SET_MAX_ENUM_ANDROID = 0x7FFFFFFF
} XrSceneMeshSemanticLabelSetANDROID;
Description
The enumeration values have the following meanings:
| Enum | Description |
|---|---|
|
This semantic label set represents absence of semantic labels. |
|
This semantic label set represents XrSceneMeshSemanticLabelANDROID. |
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-2026 The Khronos Group Inc.
This work is licensed under a Creative Commons Attribution 4.0 International License.