Class EXTSpatialAnchor

java.lang.Object
org.lwjgl.openxr.EXTSpatialAnchor

public class EXTSpatialAnchor extends Object
  • Field Details

    • XR_EXT_spatial_anchor_SPEC_VERSION

      public static final int XR_EXT_spatial_anchor_SPEC_VERSION
      See Also:
    • XR_EXT_SPATIAL_ANCHOR_EXTENSION_NAME

      public static final String XR_EXT_SPATIAL_ANCHOR_EXTENSION_NAME
      See Also:
    • XR_SPATIAL_CAPABILITY_ANCHOR_EXT

      public static final int XR_SPATIAL_CAPABILITY_ANCHOR_EXT
      See Also:
    • XR_SPATIAL_COMPONENT_TYPE_ANCHOR_EXT

      public static final int XR_SPATIAL_COMPONENT_TYPE_ANCHOR_EXT
      See Also:
    • XR_TYPE_SPATIAL_CAPABILITY_CONFIGURATION_ANCHOR_EXT

      public static final int XR_TYPE_SPATIAL_CAPABILITY_CONFIGURATION_ANCHOR_EXT
      See Also:
    • XR_TYPE_SPATIAL_COMPONENT_ANCHOR_LIST_EXT

      public static final int XR_TYPE_SPATIAL_COMPONENT_ANCHOR_LIST_EXT
      See Also:
    • XR_TYPE_SPATIAL_ANCHOR_CREATE_INFO_EXT

      public static final int XR_TYPE_SPATIAL_ANCHOR_CREATE_INFO_EXT
      See Also:
  • Method Details

    • nxrCreateSpatialAnchorEXT

      public static int nxrCreateSpatialAnchorEXT(XrSpatialContextEXT spatialContext, long createInfo, long anchorEntityId, long anchorEntity)
      XrResult xrCreateSpatialAnchorEXT(XrSpatialContextEXT spatialContext, XrSpatialAnchorCreateInfoEXT const * createInfo, XrSpatialEntityIdEXT * anchorEntityId, XrSpatialEntityEXT * anchorEntity)
    • xrCreateSpatialAnchorEXT

      public static int xrCreateSpatialAnchorEXT(XrSpatialContextEXT spatialContext, XrSpatialAnchorCreateInfoEXT createInfo, LongBuffer anchorEntityId, PointerBuffer anchorEntity)
      XrResult xrCreateSpatialAnchorEXT(XrSpatialContextEXT spatialContext, XrSpatialAnchorCreateInfoEXT const * createInfo, XrSpatialEntityIdEXT * anchorEntityId, XrSpatialEntityEXT * anchorEntity)