Class XrSpatialAnchorsCreateInfoFromUuidsML

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

public class XrSpatialAnchorsCreateInfoFromUuidsML extends org.lwjgl.system.Struct<XrSpatialAnchorsCreateInfoFromUuidsML> implements org.lwjgl.system.NativeResource
Structure used to create tracked spatial anchors from uuids.
Description

The XrSpace handle or handles returned via XrCreateSpatialAnchorsCompletionML::spaces must be in the same order as uuids.

The XrCreateSpatialAnchorsCompletionML::spaceCount field must match uuidCount. If not the runtime must return ERROR_VALIDATION_FAILURE in XrCreateSpatialAnchorsCompletionML::futureResult.

If an anchor with a given UUID is not found, the runtime must return NULL_HANDLE for the corresponding XrSpace handle(s) and return SUCCESS in XrCreateSpatialAnchorsCompletionML::futureResult.

Valid Usage (Implicit)
See Also

XrUuidEXT, CreateSpatialAnchorsAsyncML

Layout


 struct XrSpatialAnchorsCreateInfoFromUuidsML {
     XrStructureType type();
     void const * next();
     XrSpatialAnchorsStorageML storage();
     uint32_t uuidCount();
     XrUuidEXT const * uuids();
 }