Class FBSpatialEntityQuery

java.lang.Object
org.lwjgl.openxr.FBSpatialEntityQuery

public class FBSpatialEntityQuery extends Object
The XR_FB_spatial_entity_query extension.

This extension enables an application to discover persistent spatial entities in the area and restore them. Using the query system, the application can load persistent spatial entities from storage. The query system consists of a set of filters to define the spatial entity search query and an operation that needs to be performed on the search results.

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.