Class EXTSpatialPersistence

java.lang.Object
org.lwjgl.openxr.EXTSpatialPersistence

public class EXTSpatialPersistence extends Object
  • Field Details

    • XR_EXT_spatial_persistence_SPEC_VERSION

      public static final int XR_EXT_spatial_persistence_SPEC_VERSION
      See Also:
    • XR_EXT_SPATIAL_PERSISTENCE_EXTENSION_NAME

      public static final String XR_EXT_SPATIAL_PERSISTENCE_EXTENSION_NAME
      See Also:
    • XR_SPATIAL_COMPONENT_TYPE_PERSISTENCE_EXT

      public static final int XR_SPATIAL_COMPONENT_TYPE_PERSISTENCE_EXT
      See Also:
    • XR_OBJECT_TYPE_SPATIAL_PERSISTENCE_CONTEXT_EXT

      public static final int XR_OBJECT_TYPE_SPATIAL_PERSISTENCE_CONTEXT_EXT
      See Also:
    • XR_ERROR_SPATIAL_PERSISTENCE_SCOPE_UNSUPPORTED_EXT

      public static final int XR_ERROR_SPATIAL_PERSISTENCE_SCOPE_UNSUPPORTED_EXT
      See Also:
    • XR_TYPE_SPATIAL_PERSISTENCE_CONTEXT_CREATE_INFO_EXT

      public static final int XR_TYPE_SPATIAL_PERSISTENCE_CONTEXT_CREATE_INFO_EXT
      See Also:
    • XR_TYPE_CREATE_SPATIAL_PERSISTENCE_CONTEXT_COMPLETION_EXT

      public static final int XR_TYPE_CREATE_SPATIAL_PERSISTENCE_CONTEXT_COMPLETION_EXT
      See Also:
    • XR_TYPE_SPATIAL_CONTEXT_PERSISTENCE_CONFIG_EXT

      public static final int XR_TYPE_SPATIAL_CONTEXT_PERSISTENCE_CONFIG_EXT
      See Also:
    • XR_TYPE_SPATIAL_DISCOVERY_PERSISTENCE_UUID_FILTER_EXT

      public static final int XR_TYPE_SPATIAL_DISCOVERY_PERSISTENCE_UUID_FILTER_EXT
      See Also:
    • XR_TYPE_SPATIAL_COMPONENT_PERSISTENCE_LIST_EXT

      public static final int XR_TYPE_SPATIAL_COMPONENT_PERSISTENCE_LIST_EXT
      See Also:
    • XR_SPATIAL_PERSISTENCE_SCOPE_SYSTEM_MANAGED_EXT

      public static final int XR_SPATIAL_PERSISTENCE_SCOPE_SYSTEM_MANAGED_EXT
      See Also:
    • XR_SPATIAL_PERSISTENCE_CONTEXT_RESULT_SUCCESS_EXT

      public static final int XR_SPATIAL_PERSISTENCE_CONTEXT_RESULT_SUCCESS_EXT
      See Also:
    • XR_SPATIAL_PERSISTENCE_STATE_LOADED_EXT

      public static final int XR_SPATIAL_PERSISTENCE_STATE_LOADED_EXT
      See Also:
    • XR_SPATIAL_PERSISTENCE_STATE_NOT_FOUND_EXT

      public static final int XR_SPATIAL_PERSISTENCE_STATE_NOT_FOUND_EXT
      See Also:
  • Method Details

    • nxrEnumerateSpatialPersistenceScopesEXT

      public static int nxrEnumerateSpatialPersistenceScopesEXT(XrInstance instance, long systemId, int persistenceScopeCapacityInput, long persistenceScopeCountOutput, long persistenceScopes)
      XrResult xrEnumerateSpatialPersistenceScopesEXT(XrInstance instance, XrSystemId systemId, uint32_t persistenceScopeCapacityInput, uint32_t * persistenceScopeCountOutput, XrSpatialPersistenceScopeEXT * persistenceScopes)
    • xrEnumerateSpatialPersistenceScopesEXT

      public static int xrEnumerateSpatialPersistenceScopesEXT(XrInstance instance, long systemId, IntBuffer persistenceScopeCountOutput, @Nullable IntBuffer persistenceScopes)
      XrResult xrEnumerateSpatialPersistenceScopesEXT(XrInstance instance, XrSystemId systemId, uint32_t persistenceScopeCapacityInput, uint32_t * persistenceScopeCountOutput, XrSpatialPersistenceScopeEXT * persistenceScopes)
    • nxrCreateSpatialPersistenceContextAsyncEXT

      public static int nxrCreateSpatialPersistenceContextAsyncEXT(XrSession session, long createInfo, long future)
      XrResult xrCreateSpatialPersistenceContextAsyncEXT(XrSession session, XrSpatialPersistenceContextCreateInfoEXT const * createInfo, XrFutureEXT * future)
    • xrCreateSpatialPersistenceContextAsyncEXT

      public static int xrCreateSpatialPersistenceContextAsyncEXT(XrSession session, XrSpatialPersistenceContextCreateInfoEXT createInfo, LongBuffer future)
      XrResult xrCreateSpatialPersistenceContextAsyncEXT(XrSession session, XrSpatialPersistenceContextCreateInfoEXT const * createInfo, XrFutureEXT * future)
    • nxrCreateSpatialPersistenceContextCompleteEXT

      public static int nxrCreateSpatialPersistenceContextCompleteEXT(XrSession session, long future, long completion)
      XrResult xrCreateSpatialPersistenceContextCompleteEXT(XrSession session, XrFutureEXT future, XrCreateSpatialPersistenceContextCompletionEXT * completion)
    • xrCreateSpatialPersistenceContextCompleteEXT

      public static int xrCreateSpatialPersistenceContextCompleteEXT(XrSession session, long future, XrCreateSpatialPersistenceContextCompletionEXT completion)
      XrResult xrCreateSpatialPersistenceContextCompleteEXT(XrSession session, XrFutureEXT future, XrCreateSpatialPersistenceContextCompletionEXT * completion)
    • xrDestroySpatialPersistenceContextEXT

      public static int xrDestroySpatialPersistenceContextEXT(XrSpatialPersistenceContextEXT persistenceContext)
      XrResult xrDestroySpatialPersistenceContextEXT(XrSpatialPersistenceContextEXT persistenceContext)