Class XrEventDataColocationDiscoveryCompleteMETA

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrEventDataColocationDiscoveryCompleteMETA extends Struct<XrEventDataColocationDiscoveryCompleteMETA> implements NativeResource

 struct XrEventDataColocationDiscoveryCompleteMETA {
     XrStructureType type;
     void const * next;
     XrAsyncRequestIdFB discoveryRequestId;
     XrResult result;
 }