Class XrSpatialAnchorsQueryCompletionML

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

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

futureResult values:

Success
Failure
Valid Usage (Implicit)
See Also

XrUuidEXT, QuerySpatialAnchorsAsyncML, QuerySpatialAnchorsCompleteML

Layout


 struct XrSpatialAnchorsQueryCompletionML {
     XrStructureType type();
     void * next();
     XrResult futureResult();
     uint32_t uuidCapacityInput();
     uint32_t uuidCountOutput();
     XrUuidEXT * uuids();
 }