C Specification

The XrEventDataShareSpacesCompleteMETA event structure is defined as:

// Provided by XR_META_spatial_entity_sharing
typedef struct XrEventDataShareSpacesCompleteMETA {
    XrStructureType       type;
    const void*           next;
    XrAsyncRequestIdFB    requestId;
    XrResult              result;
} XrEventDataShareSpacesCompleteMETA;

Members

Member Descriptions
  • type is the XrStructureType of this structure.

  • next is NULL or a pointer to the next structure in a structure chain. No such structures are defined in core OpenXR.

  • requestId is an XrAsyncRequestIdFB that identifies which request this event is referring to.

  • result is an XrResult that specifies the request result. The valid result values are: XR_SUCCESS, XR_ERROR_RUNTIME_FAILURE, XR_ERROR_SPACE_NETWORK_TIMEOUT_FB, and XR_ERROR_SPACE_NETWORK_REQUEST_FAILED_FB.

This event conveys the results of the asynchronous operation started by xrShareSpacesMETA.

Description

Valid Usage (Implicit)

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.