Package org.lwjgl.openxr
Class ANDROIDAnchorSharingExport
java.lang.Object
org.lwjgl.openxr.ANDROIDAnchorSharingExport
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final intstatic final intstatic final intstatic final intstatic final int -
Method Summary
Modifier and TypeMethodDescriptionstatic intnxrShareAnchorANDROID(XrSession session, long sharingInfo, long anchorToken) XrResult xrShareAnchorANDROID(XrSession session, XrAnchorSharingInfoANDROID const * sharingInfo, XrAnchorSharingTokenANDROID * anchorToken)static intxrShareAnchorANDROID(XrSession session, XrAnchorSharingInfoANDROID sharingInfo, XrAnchorSharingTokenANDROID anchorToken) XrResult xrShareAnchorANDROID(XrSession session, XrAnchorSharingInfoANDROID const * sharingInfo, XrAnchorSharingTokenANDROID * anchorToken)static intxrUnshareAnchorANDROID(XrSession session, XrSpace anchor) XrResult xrUnshareAnchorANDROID(XrSession session, XrSpace anchor)
-
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
- 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