Class XrEventDataColocationDiscoveryResultMETA

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrEventDataColocationDiscoveryResultMETA extends Struct<XrEventDataColocationDiscoveryResultMETA> implements NativeResource

 struct XrEventDataColocationDiscoveryResultMETA {
     XrStructureType type;
     void const * next;
     XrAsyncRequestIdFB discoveryRequestId;
     {@link XrUuid XrUuid} advertisementUuid;
     uint32_t bufferSize;
     uint8_t buffer[XR_MAX_COLOCATION_DISCOVERY_BUFFER_SIZE_META];
 }