Class XrEventDataStartColocationDiscoveryCompleteMETA

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrEventDataStartColocationDiscoveryCompleteMETA extends Struct<XrEventDataStartColocationDiscoveryCompleteMETA> implements NativeResource
struct XrEventDataStartColocationDiscoveryCompleteMETA {
    XrStructureType type;
    void const * next;
    XrAsyncRequestIdFB discoveryRequestId;
    XrResult result;
}