Class METASpatialEntitySharing

java.lang.Object
org.lwjgl.openxr.METASpatialEntitySharing

public class METASpatialEntitySharing extends Object
The XR_META_spatial_entity_sharing extension.

The XR_META_spatial_entity_sharing extension enables applications to share spatial entities.

This base extension provides a generic space sharing endpoint. This extension depends on other extensions (such as XR_META_spatial_entity_group_sharing) to define concrete "recipient info" structures, which are passed into the generic endpoint introduced in this extension.

The scope/lifetime of the sharing action is dependent on the recipient type of the sharing. Therefore, the scope/lifetime of the sharing action is defined in the extensions which provide concrete "recipient info" structures.

XR_META_spatial_entity_sharing is a more generic and extendable alternative to XR_FB_spatial_entity_sharing (which is tightly coupled with XrSpaceUserFB).