C Specification

The XrBoundaryVisibilityMETA enum is defined as:

// Provided by XR_META_boundary_visibility
typedef enum XrBoundaryVisibilityMETA {
    XR_BOUNDARY_VISIBILITY_NOT_SUPPRESSED_META = 1,
    XR_BOUNDARY_VISIBILITY_SUPPRESSED_META = 2,
    XR_BOUNDARY_VISIBILITY_MAX_ENUM_META = 0x7FFFFFFF
} XrBoundaryVisibilityMETA;

Description

Enumerant Descriptions
  • XR_BOUNDARY_VISIBILITY_NOT_SUPPRESSED_META  — Boundary visibility is not suppressed.

  • XR_BOUNDARY_VISIBILITY_SUPPRESSED_META  — Boundary visibility is suppressed.

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-2026 The Khronos Group Inc.