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 |
|---|---|
|
Coarse level for the mesh with less details. |
|
Medium level for the mesh. |
|
Fine level for the mesh with more details. |
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-2025 The Khronos Group Inc.
This work is licensed under a Creative Commons Attribution 4.0 International License.