Class XrSpatialAnchorsUpdateExpirationInfoML

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

public class XrSpatialAnchorsUpdateExpirationInfoML extends org.lwjgl.system.Struct<XrSpatialAnchorsUpdateExpirationInfoML> implements org.lwjgl.system.NativeResource
Structure used to list the anchors that need to be updated.
Valid Usage (Implicit)
See Also

XrUuidEXT, UpdateSpatialAnchorsExpirationAsyncML, UpdateSpatialAnchorsExpirationCompleteML

Layout


 struct XrSpatialAnchorsUpdateExpirationInfoML {
     XrStructureType type();
     void const * next();
     uint32_t uuidCount();
     XrUuidEXT const * uuids();
     uint64_t expiration();
 }