Class MSFTPerceptionAnchorInterop

java.lang.Object
org.lwjgl.openxr.MSFTPerceptionAnchorInterop

public class MSFTPerceptionAnchorInterop extends Object
  • 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

      public static final String 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)