Class XrEventDataColocationDiscoveryCompleteMETA

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

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

The runtime must queue exactly one XrEventDataColocationDiscoveryCompleteMETA event whenever an active colocation discovery is stopped. This includes if the colocation discovery is stopped due to an application calling StopColocationDiscoveryMETA, or the runtime needs to stop the colocation discovery for any reason. When the XrSession is destroyed, the runtime must stop all active advertisements started from the same XrSession.

Valid Usage (Implicit)
See Also

StartColocationDiscoveryMETA, StopColocationDiscoveryMETA

Layout


 struct XrEventDataColocationDiscoveryCompleteMETA {
     XrStructureType type();
     void const * next();
     XrAsyncRequestIdFB discoveryRequestId();
     XrResult result();
 }