Class XrEventDataStopColocationAdvertisementCompleteMETA

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

public class XrEventDataStopColocationAdvertisementCompleteMETA extends org.lwjgl.system.Struct<XrEventDataStopColocationAdvertisementCompleteMETA> implements org.lwjgl.system.NativeResource
Stop colocation advertisement complete event.
Description

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

Valid Usage (Implicit)
See Also

XrColocationAdvertisementStopInfoMETA

Layout


 struct XrEventDataStopColocationAdvertisementCompleteMETA {
     XrStructureType type();
     void const * next();
     XrAsyncRequestIdFB requestId();
     XrResult result();
 }