C Specification

// Provided by XR_ML_world_mesh_detection
typedef enum XrWorldMeshBlockResultML {
    XR_WORLD_MESH_BLOCK_RESULT_SUCCESS_ML = 0,
    XR_WORLD_MESH_BLOCK_RESULT_FAILED_ML = 1,
    XR_WORLD_MESH_BLOCK_RESULT_PENDING_ML = 2,
    XR_WORLD_MESH_BLOCK_RESULT_PARTIAL_UPDATE_ML = 3,
    XR_WORLD_MESH_BLOCK_RESULT_MAX_ENUM_ML = 0x7FFFFFFF
} XrWorldMeshBlockResultML;

Description

Enum Description

XR_WORLD_MESH_BLOCK_RESULT_SUCCESS_ML

Mesh request has succeeded.

XR_WORLD_MESH_BLOCK_RESULT_FAILED_ML

Mesh request has failed.

XR_WORLD_MESH_BLOCK_RESULT_PENDING_ML

Mesh request is pending.

XR_WORLD_MESH_BLOCK_RESULT_PARTIAL_UPDATE_ML

There are partial updates on the mesh request.

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.