Class XrEventDataStopColocationDiscoveryCompleteMETA

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrEventDataStopColocationDiscoveryCompleteMETA extends Struct<XrEventDataStopColocationDiscoveryCompleteMETA> implements NativeResource

 struct XrEventDataStopColocationDiscoveryCompleteMETA {
     XrStructureType type;
     void const * next;
     XrAsyncRequestIdFB requestId;
     XrResult result;
 }