C Specification

// Provided by XR_ML_world_mesh_detection
typedef enum XrWorldMeshDetectorLodML {
    XR_WORLD_MESH_DETECTOR_LOD_MINIMUM_ML = 0,
    XR_WORLD_MESH_DETECTOR_LOD_MEDIUM_ML = 1,
    XR_WORLD_MESH_DETECTOR_LOD_MAXIMUM_ML = 2,
    XR_WORLD_MESH_DETECTOR_LOD_MAX_ENUM_ML = 0x7FFFFFFF
} XrWorldMeshDetectorLodML;

Description

Enum Description

XR_WORLD_MESH_DETECTOR_LOD_MINIMUM_ML

Minimum Level of Detail (LOD) for the mesh.

XR_WORLD_MESH_DETECTOR_LOD_MEDIUM_ML

Medium Level of Detail (LOD) for the mesh.

XR_WORLD_MESH_DETECTOR_LOD_MAXIMUM_ML

Maximum Level of Detail (LOD) for the mesh.

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.