Class XrSpatialAnchorsPublishCompletionML

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

public class XrSpatialAnchorsPublishCompletionML extends org.lwjgl.system.Struct<XrSpatialAnchorsPublishCompletionML> implements org.lwjgl.system.NativeResource
Completion structure to retrieve the result of the anchor creation.
Future Return Codes

futureResult values:

Success
Failure
Valid Usage (Implicit)
See Also

XrUuidEXT, CreateSpatialAnchorsCompleteML, PublishSpatialAnchorsCompleteML, QuerySpatialAnchorsAsyncML

Layout


 struct XrSpatialAnchorsPublishCompletionML {
     XrStructureType type();
     void * next();
     XrResult futureResult();
     uint32_t uuidCount();
     XrUuidEXT * uuids();
 }