Class XrSpatialAnchorsCreateInfoBaseHeaderML

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

public class XrSpatialAnchorsCreateInfoBaseHeaderML extends org.lwjgl.system.Struct<XrSpatialAnchorsCreateInfoBaseHeaderML> implements org.lwjgl.system.NativeResource
Base structure used in the creation of spatial anchors.
Description

This structure is not directly used in the API, please see XrSpatialAnchorsCreateInfoFromPoseML for an example of a child structure.

Valid Usage (Implicit)
See Also

CreateSpatialAnchorsAsyncML

Layout


 struct XrSpatialAnchorsCreateInfoBaseHeaderML {
     XrStructureType type();
     void const * next();
 }