C Specification
The xrEnumerateSupportedSemanticLabelSetsANDROID function is defined as:
// Provided by XR_ANDROID_scene_meshing
XrResult xrEnumerateSupportedSemanticLabelSetsANDROID(
XrInstance instance,
XrSystemId systemId,
uint32_t supportedSemanticLabelSetsInputCapacity,
uint32_t* supportedSemanticLabelSetsOutputCount,
XrSceneMeshSemanticLabelSetANDROID* supportedSemanticLabelSets);
Parameters
Description
The application can enumerate semantic label sets supported by the system using xrEnumerateSupportedSemanticLabelSetsANDROID function.
Every system must at least support
XR_SCENE_MESH_SEMANTIC_LABEL_SET_NONE_ANDROID because this enum value
represents no semantic label set and can be used in the case the
application does not need vertex semantics.
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.