Class XrEventDataPassthroughLayerResumedMETA

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

public class XrEventDataPassthroughLayerResumedMETA extends org.lwjgl.system.Struct<XrEventDataPassthroughLayerResumedMETA> implements org.lwjgl.system.NativeResource
An event that is triggered after a passthrough layer is resumed by client.
Description

Runtimes must queue the event exactly once when first presenting passthrough after an app successfully calls one of the following:

The passthrough layer state is reset when the app calls PassthroughLayerPauseFB.

Runtimes must queue the event again, if PassthroughLayerPauseFB is followed by PassthroughLayerResumeFB. During the transition from paused to resumed state, the event is queued exactly once when passthrough has been presented for the first time. If the passthrough feature is not active during the transition, for example because it has been paused using PassthroughPauseFB, the event is queued when passthrough becomes active.

Valid Usage (Implicit)
See Also

XrEventDataBaseHeader, PollEvent

Layout


 struct XrEventDataPassthroughLayerResumedMETA {
     XrStructureType type();
     void const * next();
     XrPassthroughLayerFB layer();
 }