Class FBSpatialEntityStorageBatch

java.lang.Object
org.lwjgl.openxr.FBSpatialEntityStorageBatch

public class FBSpatialEntityStorageBatch extends Object
The XR_FB_spatial_entity_storage_batch extension.

This extension enables multiple spatial entities at a time to be persisted across sessions. If the SPACE_COMPONENT_TYPE_STORABLE_FB component has been enabled on the spatial entity, application developers may save and erase 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.