C Specification

// Provided by XR_ML_world_mesh_detection
typedef enum XrWorldMeshBlockStatusML {
    XR_WORLD_MESH_BLOCK_STATUS_NEW_ML = 0,
    XR_WORLD_MESH_BLOCK_STATUS_UPDATED_ML = 1,
    XR_WORLD_MESH_BLOCK_STATUS_DELETED_ML = 2,
    XR_WORLD_MESH_BLOCK_STATUS_UNCHANGED_ML = 3,
    XR_WORLD_MESH_BLOCK_STATUS_MAX_ENUM_ML = 0x7FFFFFFF
} XrWorldMeshBlockStatusML;

Description

Enum Description

XR_WORLD_MESH_BLOCK_STATUS_NEW_ML

The mesh block has been created.

XR_WORLD_MESH_BLOCK_STATUS_UPDATED_ML

The mesh block has been updated.

XR_WORLD_MESH_BLOCK_STATUS_DELETED_ML

The mesh block has been deleted.

XR_WORLD_MESH_BLOCK_STATUS_UNCHANGED_ML

The mesh block is unchanged.

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.