Package org.lwjgl.openxr
Class MSFTPerceptionAnchorInterop
java.lang.Object
org.lwjgl.openxr.MSFTPerceptionAnchorInterop
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic intnxrCreateSpatialAnchorFromPerceptionAnchorMSFT(XrSession session, long perceptionAnchor, long anchor) XrResult xrCreateSpatialAnchorFromPerceptionAnchorMSFT(XrSession session, IUnknown * perceptionAnchor, XrSpatialAnchorMSFT * anchor)static intnxrTryGetPerceptionAnchorFromSpatialAnchorMSFT(XrSession session, XrSpatialAnchorMSFT anchor, long perceptionAnchor) XrResult xrTryGetPerceptionAnchorFromSpatialAnchorMSFT(XrSession session, XrSpatialAnchorMSFT anchor, IUnknown ** perceptionAnchor)static intxrCreateSpatialAnchorFromPerceptionAnchorMSFT(XrSession session, long perceptionAnchor, PointerBuffer anchor) XrResult xrCreateSpatialAnchorFromPerceptionAnchorMSFT(XrSession session, IUnknown * perceptionAnchor, XrSpatialAnchorMSFT * anchor)static intxrTryGetPerceptionAnchorFromSpatialAnchorMSFT(XrSession session, XrSpatialAnchorMSFT anchor, PointerBuffer perceptionAnchor) XrResult xrTryGetPerceptionAnchorFromSpatialAnchorMSFT(XrSession session, XrSpatialAnchorMSFT anchor, IUnknown ** perceptionAnchor)
-
Field Details
-
XR_MSFT_perception_anchor_interop_SPEC_VERSION
public static final int XR_MSFT_perception_anchor_interop_SPEC_VERSION- See Also:
-
XR_MSFT_PERCEPTION_ANCHOR_INTEROP_EXTENSION_NAME
- See Also:
-
-
Method Details
-
nxrCreateSpatialAnchorFromPerceptionAnchorMSFT
public static int nxrCreateSpatialAnchorFromPerceptionAnchorMSFT(XrSession session, long perceptionAnchor, long anchor) XrResult xrCreateSpatialAnchorFromPerceptionAnchorMSFT(XrSession session, IUnknown * perceptionAnchor, XrSpatialAnchorMSFT * anchor) -
xrCreateSpatialAnchorFromPerceptionAnchorMSFT
public static int xrCreateSpatialAnchorFromPerceptionAnchorMSFT(XrSession session, long perceptionAnchor, PointerBuffer anchor) XrResult xrCreateSpatialAnchorFromPerceptionAnchorMSFT(XrSession session, IUnknown * perceptionAnchor, XrSpatialAnchorMSFT * anchor) -
nxrTryGetPerceptionAnchorFromSpatialAnchorMSFT
public static int nxrTryGetPerceptionAnchorFromSpatialAnchorMSFT(XrSession session, XrSpatialAnchorMSFT anchor, long perceptionAnchor) XrResult xrTryGetPerceptionAnchorFromSpatialAnchorMSFT(XrSession session, XrSpatialAnchorMSFT anchor, IUnknown ** perceptionAnchor) -
xrTryGetPerceptionAnchorFromSpatialAnchorMSFT
public static int xrTryGetPerceptionAnchorFromSpatialAnchorMSFT(XrSession session, XrSpatialAnchorMSFT anchor, PointerBuffer perceptionAnchor) XrResult xrTryGetPerceptionAnchorFromSpatialAnchorMSFT(XrSession session, XrSpatialAnchorMSFT anchor, IUnknown ** perceptionAnchor)
-