Class FBSpatialEntityStorage

java.lang.Object
org.lwjgl.openxr.FBSpatialEntityStorage

public class FBSpatialEntityStorage extends Object
The XR_FB_spatial_entity_storage extension.

This extension enables spatial entities to be stored and persisted across sessions. If the SPACE_COMPONENT_TYPE_STORABLE_FB component has been enabled on the spatial entity, application developers may save, load, and erase persisted XrSpace entities.

In order to enable the functionality of this extension, you must pass the name of the extension into CreateInstance via the XrInstanceCreateInfo::enabledExtensionNames parameter as indicated in the extension section.