C Specification

The XrSpatialMeshLodBD enumeration identifies the different LOD levels.

// Provided by XR_BD_spatial_mesh
typedef enum XrSpatialMeshLodBD {
    XR_SPATIAL_MESH_LOD_COARSE_BD = 0,
    XR_SPATIAL_MESH_LOD_MEDIUM_BD = 1,
    XR_SPATIAL_MESH_LOD_FINE_BD = 2,
    XR_SPATIAL_MESH_LOD_MAX_ENUM_BD = 0x7FFFFFFF
} XrSpatialMeshLodBD;

Description

Enum Description

XR_SPATIAL_MESH_LOD_COARSE_BD

Coarse level for the mesh with less details.

XR_SPATIAL_MESH_LOD_MEDIUM_BD

Medium level for the mesh.

XR_SPATIAL_MESH_LOD_FINE_BD

Fine level for the mesh with more details.

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.