Class EXTSpatialPersistenceOperations

java.lang.Object
org.lwjgl.openxr.EXTSpatialPersistenceOperations

public class EXTSpatialPersistenceOperations extends Object
  • Field Details

    • XR_EXT_spatial_persistence_operations_SPEC_VERSION

      public static final int XR_EXT_spatial_persistence_operations_SPEC_VERSION
      See Also:
    • XR_EXT_SPATIAL_PERSISTENCE_OPERATIONS_EXTENSION_NAME

      public static final String XR_EXT_SPATIAL_PERSISTENCE_OPERATIONS_EXTENSION_NAME
      See Also:
    • XR_ERROR_SPATIAL_PERSISTENCE_SCOPE_INCOMPATIBLE_EXT

      public static final int XR_ERROR_SPATIAL_PERSISTENCE_SCOPE_INCOMPATIBLE_EXT
      See Also:
    • XR_SPATIAL_PERSISTENCE_SCOPE_LOCAL_ANCHORS_EXT

      public static final int XR_SPATIAL_PERSISTENCE_SCOPE_LOCAL_ANCHORS_EXT
      See Also:
    • XR_SPATIAL_PERSISTENCE_CONTEXT_RESULT_ENTITY_NOT_TRACKING_EXT

      public static final int XR_SPATIAL_PERSISTENCE_CONTEXT_RESULT_ENTITY_NOT_TRACKING_EXT
      See Also:
    • XR_SPATIAL_PERSISTENCE_CONTEXT_RESULT_PERSIST_UUID_NOT_FOUND_EXT

      public static final int XR_SPATIAL_PERSISTENCE_CONTEXT_RESULT_PERSIST_UUID_NOT_FOUND_EXT
      See Also:
    • XR_TYPE_SPATIAL_ENTITY_PERSIST_INFO_EXT

      public static final int XR_TYPE_SPATIAL_ENTITY_PERSIST_INFO_EXT
      See Also:
    • XR_TYPE_PERSIST_SPATIAL_ENTITY_COMPLETION_EXT

      public static final int XR_TYPE_PERSIST_SPATIAL_ENTITY_COMPLETION_EXT
      See Also:
    • XR_TYPE_SPATIAL_ENTITY_UNPERSIST_INFO_EXT

      public static final int XR_TYPE_SPATIAL_ENTITY_UNPERSIST_INFO_EXT
      See Also:
    • XR_TYPE_UNPERSIST_SPATIAL_ENTITY_COMPLETION_EXT

      public static final int XR_TYPE_UNPERSIST_SPATIAL_ENTITY_COMPLETION_EXT
      See Also:
  • Method Details

    • nxrPersistSpatialEntityAsyncEXT

      public static int nxrPersistSpatialEntityAsyncEXT(XrSpatialPersistenceContextEXT persistenceContext, long persistInfo, long future)
      XrResult xrPersistSpatialEntityAsyncEXT(XrSpatialPersistenceContextEXT persistenceContext, XrSpatialEntityPersistInfoEXT const * persistInfo, XrFutureEXT * future)
    • xrPersistSpatialEntityAsyncEXT

      public static int xrPersistSpatialEntityAsyncEXT(XrSpatialPersistenceContextEXT persistenceContext, XrSpatialEntityPersistInfoEXT persistInfo, LongBuffer future)
      XrResult xrPersistSpatialEntityAsyncEXT(XrSpatialPersistenceContextEXT persistenceContext, XrSpatialEntityPersistInfoEXT const * persistInfo, XrFutureEXT * future)
    • nxrPersistSpatialEntityCompleteEXT

      public static int nxrPersistSpatialEntityCompleteEXT(XrSpatialPersistenceContextEXT persistenceContext, long future, long completion)
      XrResult xrPersistSpatialEntityCompleteEXT(XrSpatialPersistenceContextEXT persistenceContext, XrFutureEXT future, XrPersistSpatialEntityCompletionEXT * completion)
    • xrPersistSpatialEntityCompleteEXT

      public static int xrPersistSpatialEntityCompleteEXT(XrSpatialPersistenceContextEXT persistenceContext, long future, XrPersistSpatialEntityCompletionEXT completion)
      XrResult xrPersistSpatialEntityCompleteEXT(XrSpatialPersistenceContextEXT persistenceContext, XrFutureEXT future, XrPersistSpatialEntityCompletionEXT * completion)
    • nxrUnpersistSpatialEntityAsyncEXT

      public static int nxrUnpersistSpatialEntityAsyncEXT(XrSpatialPersistenceContextEXT persistenceContext, long unpersistInfo, long future)
      XrResult xrUnpersistSpatialEntityAsyncEXT(XrSpatialPersistenceContextEXT persistenceContext, XrSpatialEntityUnpersistInfoEXT const * unpersistInfo, XrFutureEXT * future)
    • xrUnpersistSpatialEntityAsyncEXT

      public static int xrUnpersistSpatialEntityAsyncEXT(XrSpatialPersistenceContextEXT persistenceContext, XrSpatialEntityUnpersistInfoEXT unpersistInfo, LongBuffer future)
      XrResult xrUnpersistSpatialEntityAsyncEXT(XrSpatialPersistenceContextEXT persistenceContext, XrSpatialEntityUnpersistInfoEXT const * unpersistInfo, XrFutureEXT * future)
    • nxrUnpersistSpatialEntityCompleteEXT

      public static int nxrUnpersistSpatialEntityCompleteEXT(XrSpatialPersistenceContextEXT persistenceContext, long future, long completion)
      XrResult xrUnpersistSpatialEntityCompleteEXT(XrSpatialPersistenceContextEXT persistenceContext, XrFutureEXT future, XrUnpersistSpatialEntityCompletionEXT * completion)
    • xrUnpersistSpatialEntityCompleteEXT

      public static int xrUnpersistSpatialEntityCompleteEXT(XrSpatialPersistenceContextEXT persistenceContext, long future, XrUnpersistSpatialEntityCompletionEXT completion)
      XrResult xrUnpersistSpatialEntityCompleteEXT(XrSpatialPersistenceContextEXT persistenceContext, XrFutureEXT future, XrUnpersistSpatialEntityCompletionEXT * completion)