Class XrSpatialAnchorsCreateStorageInfoML

java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<XrSpatialAnchorsCreateStorageInfoML>
org.lwjgl.openxr.XrSpatialAnchorsCreateStorageInfoML
All Implemented Interfaces:
AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer

public class XrSpatialAnchorsCreateStorageInfoML extends org.lwjgl.system.Struct<XrSpatialAnchorsCreateStorageInfoML> implements org.lwjgl.system.NativeResource
Information used to create a handle to interact with storage for spatial anchors.
Member Descriptions
  • type is the XrStructureType of this structure.
  • next is NULL or a pointer to the next structure in a structure chain.
Valid Usage (Implicit)
See Also

CreateSpatialAnchorsStorageML

Layout


 struct XrSpatialAnchorsCreateStorageInfoML {
     XrStructureType type;
     void const * next;
 }