Class XrEventDataStopColocationDiscoveryCompleteMETA

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

public class XrEventDataStopColocationDiscoveryCompleteMETA extends org.lwjgl.system.Struct<XrEventDataStopColocationDiscoveryCompleteMETA> implements org.lwjgl.system.NativeResource
Colocation discovery stop complete event.
Description

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

Valid Usage (Implicit)
See Also

StopColocationDiscoveryMETA

Layout


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