Class XrEventDataStartColocationAdvertisementCompleteMETA

java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<XrEventDataStartColocationAdvertisementCompleteMETA>
org.lwjgl.openxr.XrEventDataStartColocationAdvertisementCompleteMETA
All Implemented Interfaces:
AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer

public class XrEventDataStartColocationAdvertisementCompleteMETA extends org.lwjgl.system.Struct<XrEventDataStartColocationAdvertisementCompleteMETA> implements org.lwjgl.system.NativeResource
Start colocation visibility complete event.
Description

This event conveys the results of the asynchronous operation started by StopColocationAdvertisementMETA.

Valid Usage (Implicit)
See Also

XrColocationAdvertisementStartInfoMETA, XrUuid, StartColocationAdvertisementMETA

Layout


 struct XrEventDataStartColocationAdvertisementCompleteMETA {
     XrStructureType type();
     void const * next();
     XrAsyncRequestIdFB advertisementRequestId();
     XrResult result();
     XrUuid advertisementUuid();
 }