Class ANDROIDAnchorSharingExport

java.lang.Object
org.lwjgl.openxr.ANDROIDAnchorSharingExport

public class ANDROIDAnchorSharingExport extends Object
  • Field Details

    • XR_ANDROID_anchor_sharing_export_SPEC_VERSION

      public static final int XR_ANDROID_anchor_sharing_export_SPEC_VERSION
      See Also:
    • XR_ANDROID_ANCHOR_SHARING_EXPORT_EXTENSION_NAME

      public static final String XR_ANDROID_ANCHOR_SHARING_EXPORT_EXTENSION_NAME
      See Also:
    • XR_TYPE_ANCHOR_SHARING_INFO_ANDROID

      public static final int XR_TYPE_ANCHOR_SHARING_INFO_ANDROID
      See Also:
    • XR_TYPE_ANCHOR_SHARING_TOKEN_ANDROID

      public static final int XR_TYPE_ANCHOR_SHARING_TOKEN_ANDROID
      See Also:
    • XR_TYPE_SYSTEM_ANCHOR_SHARING_EXPORT_PROPERTIES_ANDROID

      public static final int XR_TYPE_SYSTEM_ANCHOR_SHARING_EXPORT_PROPERTIES_ANDROID
      See Also:
    • XR_ERROR_ANCHOR_NOT_OWNED_BY_CALLER_ANDROID

      public static final int XR_ERROR_ANCHOR_NOT_OWNED_BY_CALLER_ANDROID
      See Also:
  • Method Details

    • nxrShareAnchorANDROID

      public static int nxrShareAnchorANDROID(XrSession session, long sharingInfo, long anchorToken)
      XrResult xrShareAnchorANDROID(XrSession session, XrAnchorSharingInfoANDROID const * sharingInfo, XrAnchorSharingTokenANDROID * anchorToken)
    • xrShareAnchorANDROID

      public static int xrShareAnchorANDROID(XrSession session, XrAnchorSharingInfoANDROID sharingInfo, XrAnchorSharingTokenANDROID anchorToken)
      XrResult xrShareAnchorANDROID(XrSession session, XrAnchorSharingInfoANDROID const * sharingInfo, XrAnchorSharingTokenANDROID * anchorToken)
    • xrUnshareAnchorANDROID

      public static int xrUnshareAnchorANDROID(XrSession session, XrSpace anchor)
      XrResult xrUnshareAnchorANDROID(XrSession session, XrSpace anchor)