Class XrCreateSpatialDiscoverySnapshotCompletionInfoEXT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrCreateSpatialDiscoverySnapshotCompletionInfoEXT extends Struct<XrCreateSpatialDiscoverySnapshotCompletionInfoEXT> implements NativeResource
struct XrCreateSpatialDiscoverySnapshotCompletionInfoEXT {
    XrStructureType type;
    void const * next;
    XrSpace baseSpace;
    XrTime time;
    XrFutureEXT future;
}